QXlsx
QXlsx copied to clipboard
Excel file(*.xlsx) reader/writer library using Qt 5 or 6. Descendant of QtXlsxWriter.
Hey dantti, While working with Chart objects—specifically LineChart and BarChart types—I came across a scenario where I needed to control the position of the category axis (X-axis) labels (e.g., move...
clear compiler warning on MSVC
Hello everyone, I'm currently usind QXlsx to write big xlsx document, when I'm saving the file and deletingg the obejct, the RAM of the process doesn't free and is staying...
In file "xlsxdrawinganchor.cpp" at line 253. ``` if (reader.name() == QLatin1String("cNvPr")) { xsp_cNvPR_name = reader.attributes().value(QLatin1String("name")).toString(); xsp_cNvPR_id = reader.attributes().value(QLatin1String("id")).toString(); } else if (reader.name() == QLatin1String("spPr")) { xbwMode = reader.attributes().value(QLatin1String("bwMode")).toString(); } else...
Hello everyone, i'd like to ask something. I'm experiencing significant memory consumption when processing large Excel files with QXlsx. For files that are several hundred MB in size, memory usage...
In Microsoft Excel you can choose from different types for a single cell or several cells. We would like to use the entry "TEXT" in QXlsx (see the added image)....
1. I've done the build and install operations and I've got a folder that contains the include directory and the lib directory. 2. I executed the find package operation and...
` DataValidation validation(DataValidation::List, DataValidation::Between, "value1,value2,value3"); ` I try some like this, it's does'nt work.
If row does not have the ht attribute but has the customHeight attribute, the row will be hidden; In fact, there is no need to hide it