QtXlsxWriter
QtXlsxWriter copied to clipboard
QtXlsxWriter SaveAs() CSV was a bug?
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
This library oly saves in the xlsx format. no other format is supported. Saving to other format is beyod the scope of this library
Okay.Got it, Thanks a lot.