how to bold csv data in excel?

前端 未结 4 1576
长发绾君心
长发绾君心 2021-01-11 16:24

I work on a python(django) project. I write csv code as follows,

response = HttpResponse(mimetype=\'text/csv\')    
response[\'Content-Disposition\'] = \'att         


        
4条回答
  •  南方客
    南方客 (楼主)
    2021-01-11 16:56

    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.

提交回复
热议问题