QtXlsxWriter icon indicating copy to clipboard operation
QtXlsxWriter copied to clipboard

QtXlsxWriter SaveAs() CSV was a bug?

Open pyxyxp opened this issue 6 years ago • 2 comments

Document xlsx2("test0411.xlsx"); xlsx2.saveAs("test0411.csv"); I do like the code above, when I opened the test0411.csv with textEdit there are messy code.

打开CSV文件之后完全是乱码,这个是不是说SaveAs()函数对于存储为CSV文件有个bug

pyxyxp avatar Apr 11 '18 05:04 pyxyxp

This library oly saves in the xlsx format. no other format is supported. Saving to other format is beyod the scope of this library

VSRonin avatar Apr 11 '18 08:04 VSRonin

Okay.Got it, Thanks a lot.

pyxyxp avatar Apr 11 '18 10:04 pyxyxp