QtXlsxWriter
QtXlsxWriter copied to clipboard
.xlsx file reader and writer for Qt5
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...
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