xlwt data garbled

Posted by zhangzhong on Stack Overflow See other posts from Stack Overflow or by zhangzhong
Published on 2010-04-25T14:25:29Z Indexed on 2010/04/25 14:33 UTC
Read the original article Hit count: 408

Filed under:
|

I retrieve the data of chinese characters from DB and write the data into excel by xlwt,
code as below:

ws0.write(unicode(cell, 'big5'))

It is ok under Windows, but when I deloyed it under Linux, the data in excel garbled,
Could you help to do with it?

© Stack Overflow or respective owner

Related posts about python

Related posts about xlwt