QXlsx
QXlsx copied to clipboard
Excel file(*.xlsx) reader/writer library using Qt 5 or 6. Descendant of QtXlsxWriter.
Hello I have an issue when I am trying to open one of my xlsx files ASSERT: "c.length() == 8" in file ../portfolio_manager/external/QXlsx/QXlsx/source/xlsxcolor.cpp, line 122 My code `QXlsx::Document doc(report_file); if(!doc.load())...
issue #173
any way can export excel to pdf or jpeg in QT? Thanks!
I wanna use two formats in one cell, such as different languages' content with different fonts and sizes. How can I make it by QXlsx? Thanks!
Hi. Thank you for your efforts. I can't open and read some xlsx files, But ms excel and libreoffice calc can open and read them. After save again as a...
Hello!I'm working on my project with QXlsx. Recently I found that even if I closed all the windows in the program,the process did not disappear.I debugged for a long time,finally...
Hi, I think this code: https://github.com/QtExcel/QXlsx/blob/560e52d84c4a44892ddc3a75336534eb9be6f341/QXlsx/source/xlsxworkbook.cpp#L625-L626 is not good. You should also check if attribute date1904 is set to true, because Libreoffice Calc is writing date1904="false" into the workbook properties,...
Do you have any plan to support track changes (revision tracking)? Last year I wrote a dirty code in qt to set and get excel track changes. (I didn't find...
This is my first time to use QXlsx.I tried the example HelloWorld and found an issue. Everytime this fault will show up when I close the application. The message below...