QXlsx
QXlsx copied to clipboard
Excel file(*.xlsx) reader/writer library using Qt 5 or 6. Descendant of QtXlsxWriter.
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...
QString.tolocal8bit.data and write it to the excel is unnormal to show
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...
As below picture , when read the cell i want to get "test" but get "=Sheet2!B29". How to fix it? 
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)...
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:...
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...
I found CellRangle class is different as below link,. Should I do what if I want use sheetwidget [https://github.com/dbzhang800/QtXlsxWriter](url)
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...