I work on a python(django) project. I write csv code as follows,
response = HttpResponse(mimetype=\'text/csv\') response[\'Content-Disposition\'] = \'att
There's no way to do that in CSV. You could all caps the output, or you could use another format that supports text styles.