QXlsx
QXlsx copied to clipboard
Excel file(*.xlsx) reader/writer library using Qt 5 or 6. Descendant of QtXlsxWriter.
Is there a way to sort several columns? In MS Excel you can do this.
Iโm wondering is there a way to add page header and footer in excel by qxlsx? I donโt find any example.
Hi, First of all: Great work ๐ Now to what I have found: In the attached test file, the two cells A2 and A3 are interpreted as DateTime. This is...
Hi, QtExcel/QXlsx is a wonderful project, thanks for your work! ^_^ And, Will the work of QWord be carried out that based on such as OpenXml?
Every simpe code: #include "xlsxdocument.h" using namespace QXlsx; int main(int argc, char *argv[]) { QApplication app(argc, argv); QFile outFile("a.txt"); outFile.open(QIODevice::WriteOnly | QIODevice::Append); QTextStream ts(&outFile); ts
Hello! I have trouble with writing docs. Im using template document with multiple sheets and some charts, for example its "point with smooth curves" and some style settings . Im...
Hi there, I'd like to include this library in a cmake based project. It would be great if `QXlsx` had also a `CMakeLists.txt` file to compile it as a target...
Hi, During fuzz testing of QXlsx library there were a couple crashes discovered in parsing XLSX files. The example HelloWorld binary was slightly modified to parse arbitrary files (instead of...
Hi, Thank you for this nice code. I saved a lot of time using it for converting data of my TCAD software to excel files. However I used version 1.3.23...