xlwt data garbled
- by zhangzhong
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?