QtXlsxWriter
QtXlsxWriter copied to clipboard
.xlsx file reader and writer for Qt5
` 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
I need to add several cells to the left of a certain present data. What is the equivalent of "ExcelRangePtr::Insert" method? For now I assume the only possibility would be...
excel单元格中遇到windows换行符(\r\n),读出来就变成_x000D_,请问怎么解决?
Newer versions of excel allow you to _freeze_ column or row so that they are always on screen as you scroll. This is typically used for first row or column...
How can I use your qtxlsxwriter lib for static compilation? I need a static .exe without any .dll file. Anyone can help me , please
When using the theme color as the background color of the cell , The return value of .patternBackgoundColor is 'invalid'.And using the standard color or other color as the cell...
qtxlsx.pro builded by qt5.7 in windows, but failed, the error is "sub-hello-qmake"
hi because in qt 5.6.0 and above, QZipReader::fileInfoList() function returns QVector instead of QList, by edit this classes this code can compiled with the latest version of qt. thanks you