QXlsx icon indicating copy to clipboard operation
QXlsx copied to clipboard

Excel file(*.xlsx) reader/writer library using Qt 5 or 6. Descendant of QtXlsxWriter.

Results 185 QXlsx issues
Sort by recently updated
recently updated
newest added

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...

enhancement ๊ฐœ์„ ์ 
question ์งˆ๋ฌธ
something wrong ๋ญ”๊ฐ€ ์ž˜๋ชป๋˜์—ˆ์Œ

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...

enhancement ๊ฐœ์„ ์ 

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...

question ์งˆ๋ฌธ

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...

bug ๋ฒ„๊ทธ
invalid ์ž˜๋ชป๋จ
question ์งˆ๋ฌธ