-
I have some public excel files (possibly created by openpyxl).
Document::load returns true on them.
But after that dimension is in default state (negative values) and CellAt(row,col) returns NU…
-
First of all, thanks a lot for this great project and your nice work. I'm trying to replace out dated QtXlsxWriter library in my project with QXlsx. One thing I noticed is that function Chart::addSeri…
-
你可以考虑合并进来
https://github.com/QtExcel/QXlsx
修复了很多错误。 目前基本可以用了。
-
This is my first time to use QXlsx.I tried the example HelloWorld and found an issue.
Everytime this fault will show up when I close the application. The message below will show when I use debug m…
-
Example:
QXlsx::Document xlsx("mergeCell.xlsx");
xlsx.write("A1", "Hello Qt!");
Format hFmt2;
xlsx.write("A2", "List of", hFmt2);
bool ok = xlsx.mergeCells("A2:H2", hFmt2);
…
-
Build error with latest 5.6 beta
```
xlsxzipreader.cpp: In member function ‘void QXlsx::ZipReader::init()’:
xlsxzipreader.cpp:51:66: error: conversion from ‘QVector’ to non-scalar type ‘QList’ reques…
-
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->itemCoun…
-
If the Excel file has some data in the column AA and further QXlsx::Document will encounter SIGSEGV error
-
Hello
I want to use the src file for the 3rd party .I am working on windows with Qt 5.1.0.
I added all the source and header file to my project and added DEFINES += XLSX_NO_LIB to .pro file but I am …
-
xlsxzipreader.cpp: 在成员函数‘void QXlsx::ZipReader::init()’中:
xlsxzipreader.cpp:51:67: 错误:
请求从‘QVectorQZipReader::FileInfo’转换到非标量类型‘QListQZipReader::FileInfo’
QListQZipReader::FileInfo allFiles = m_reader…