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

As the test code of image, we can insert a floating image into Spreadsheet cell. But I want to lock an image within a specified cell. How can I do...

help wanted 도움 필요
question 질문

QString.tolocal8bit.data and write it to the excel is unnormal to show

help wanted 도움 필요
question 질문

First of all, thanks a lot for this great project and your nice work. I'm trying to replace out dated QtXlsxWriter library in my project with QXlsx. One thing I...

enhancement 개선점
help wanted 도움 필요

As below picture , when read the cell i want to get "test" but get "=Sheet2!B29". How to fix it? ![QQ截图20210101115843](https://user-images.githubusercontent.com/19425403/103433248-30247d80-4c29-11eb-84b2-5a4415f38f5e.jpg)

enhancement 개선점
help wanted 도움 필요

I don't understand why the ability to create dynamic libraries was removed. Now I have to add to "xlsxglobal.h " old code: > #if !defined(QT_STATIC) && !defined(XLSX_NO_LIB) > #if defined(QT_BUILD_XLSX_LIB)...

help wanted 도움 필요
question 질문

Hello. run Example in my project,close the Qt widget,there will be an error.Sorry for my poor english. This is my log in QtCreator,3Q! 11:21:27: Starting D:\Qt\test\build-QtExcelDemo-Desktop_Qt_5_13_0_MinGW_32_bit-Debug\debug\QtExcelDemo.exe ... 11:21:30: 程序异常结束。 11:21:30:...

help wanted 도움 필요

In old version ther is freezePan function for hold a row and column. I don't find this function anymore. How can i made this now ? there is a replacement...

help wanted 도움 필요

I found CellRangle class is different as below link,. Should I do what if I want use sheetwidget [https://github.com/dbzhang800/QtXlsxWriter](url)

enhancement 개선점
help wanted 도움 필요

Write text into Spreadsheet cell using 0-indexed but insert an image is 1-indexed.

Dear Jay Two, I want to use your library to generate excel file and draw scatter chart. I have written a test program, in that first I write data to...

help wanted 도움 필요
question 질문