QXlsx icon indicating copy to clipboard operation
QXlsx copied to clipboard

Excel file(*.xlsx) reader/writer library using Qt 5 or 6. Descendant of QtXlsxWriter.

Results 185 QXlsx issues
Sort by recently updated
recently updated
newest added

尝试修复默认样式的丢失和复制的不完全

the function ``` static CellReference fromString(const QString &cell); ``` is declaration in CellReference,but it undefined in cpp is that removed? now i use constructor function to parse QString should it...

Добрый день. Начал использовать вашу библиотеку. Уже сделал несколько правок у себя. Если интересно, то готов сюда тоже комитить. Единственное это мой первый опыт, так что если ДА, то какие...

Hello. Found a bug. The column width returned by columnWidth does not match the width set by setColumnWidth because setColumnWidth does not set the isSetWidth flag.

Switching from Qt 5.15.2 to Qt6.5.1 on Windows platform introduces HUGE performance regression in parsing of date fields when opening the XLSX files. On my laptop (i7-10510U, 32 GB RAM,...

The following line in Worksheet::writeDate() is causing a bottleneck when writing fairly large numbers of QDates to a worksheet: `double value = datetimeToNumber(QDateTime(dt, QTime(0,0,0)), d->workbook->isDate1904());` The solution is to exclude...

[Here](https://github.com/QtExcel/QXlsx/blob/v1.4.7/QXlsx/CMakeLists.txt#L6) show version is 1.4.4, but actually it is 1.4.7.

Приветствую. Проект еще поддерживается?

I have a similar code: ```cpp auto doc = new QXlsx::Document(filename, this); auto workSheet = doc->currentWorksheet(); // ... some code for getting dataModel auto modelSize = dataModel->itemCount(); for (int i...

invalid 잘못됨
question 질문

Is QXlsx capable of obtaining column width pixels and row height pixels