I work on a python(django) project. I write csv code as follows,
response = HttpResponse(mimetype=\'text/csv\') response[\'Content-Disposition\'] = \'att
There is no way to do that with CSV that I know of, but you might consider using the old SYLK format or Office XML format.