Debao Zhang
Debao Zhang
Hi, 1. There is one error in your demo code: row and column number starts from 1 instead of 0. However, these code will not generate bad .xlsx file after...
Hi, artem-erofeev, thanks for your feedback. Yes, it's a design problem of QtXlsx. In long run, this library will be replaced by another library at https://github.com/dbzhang800/QtOfficeOpenXml . The opc part...
Yes, QtXlsx only has wery basic support for charts at present. You can take a look at the source code of xlsxchart.h/xlsxchart.cpp/xlsxchart_p.h to figure out how to add such features....