QtXlsxWriter icon indicating copy to clipboard operation
QtXlsxWriter copied to clipboard

.xlsx file reader and writer for Qt5

Results 104 QtXlsxWriter issues
Sort by recently updated
recently updated
newest added

How to delete row or column ?

Thanks for the selfless dedication of the author, your open source code has solved my problem.

Hello! How to copy a sheet from one xlsx-file into another? For example: I have an xlsx-file called "Book.xlsx". It contains a sheet (for example "MySheet"). Also I have another...

enhancement

Hello, I'm trying to generate a line chart with the latest source code. But 2 errors occur (I don't know if one produces the other). The first is that whenever...

examples chart Chart::CT_Line and CT_Area, Chart::CT_Scatter excel file can't open correctly Chart *line3DChart = xlsx.insertChart(43, 9, QSize(300, 300)); line3DChart->setChartType(Chart::CT_Line3D); line3DChart->addSeries(CellRange("A1:C9")); Chart *areaChart = xlsx.insertChart(63, 3, QSize(300, 300)); areaChart->setChartType(Chart::CT_Area); areaChart->addSeries(CellRange("A1:C9")); Chart...

Hi! Will saving to pdf file appear? Thanks!

I want to use import and export at the same application, and I also use xlsxsheetmodel function, now I wonder how to modify the micro as below in xlsxglobal.h to...

I had a .xlsx file to read. The file contains Japanese cells. I was surprised to read more characters that what was displayed by Excel. I dived into library code...

qt compile project of qtxlsx