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 143 QXlsx issues
Sort by recently updated
recently updated
newest added

On line 301 and 311, you should write **m_dxf_formatsHash** instead of **m_xf_formatsHash** to avoid a crash. Thanks for your xlsx library !

Only tow Alignments can exist at the same time. But we can set three or more alignments together. How can I achieve 3 alignments that exist at the same time...

enhancement 개선점

If the Excel file has some data in the column AA and further QXlsx::Document will encounter SIGSEGV error

help wanted 도움 필요
question 질문
something wrong 뭔가 잘못되었음

I want write some text in a cell with hyperlink

help wanted 도움 필요
question 질문

When I compile QXlsx\source\xlsxzipwriter.cpp in vs2013 and qt 5.9.1, error is throwed : “private/qzipwriter_p.h”: No such file or directory . I have found this in Qt5.9.1\5.9.1\msvc2013_64\include\QtGui\5.9.1\QtGui\private, and finally I compile...

invalid 잘못됨
question 질문

I use the QXlsx::Document object in the thread to write to the Excel file. There are about 30,000 rows and 3 columns of Chinese character string data. When the thread...

help wanted 도움 필요
question 질문

I know QXlsx doesn't support printing.But how about inserting a page break? I couldn't find any document about it.Please tell me if there is the feature,thank you.

enhancement 개선점
help wanted 도움 필요

Hi I need to add a gradient color to a cell, but format class don't get those,how do this work?

help wanted 도움 필요
question 질문
example wanted 예제 필요

Dear @j2doll By reading DateTimes from an Excel file, we discovered two potential errors. The first is in xlsxutility.cpp l.123: `QDateTime dtNew = dtRet.addMSecs(-3600); ` One hour are **3600000** msec!...

question 질문
Analysis 분석

I would like to analyze an Excel file which assigns a data type to each column. String, Integer, Double or Date are possible. The content of a cell can also...

help wanted 도움 필요
question 질문
example wanted 예제 필요