-
Excel xlsx files stores "normal" Formulars in other ways than implemented.
Please see the following change, it is correct in the former version:
bool CellFormula::loadFromXml(QXmlStreamReader &r…
-
If you read in an existing excel file with header and/or footer, they where not saved correctly.
I have changed following functions:
LoadFromXmlFile:
} else if(reader.name() == QLat…
-
Dear J2doll
There is a problem that the print setting will be changed.
Seems it appears from the formula problem was resolved.
original :
![Original1](https://user-images.githubusercontent.com/…
-
but can repaired by office and seems anything is ok.
https://github.com/liufeijin/QXlsx/blob/master/TestExcel/C1804093.xlsx
this is the file with problem.
https://app.leanboard.io/board/9a33da08-93…
-
Hi,
I'd like to shiow with a QProgressBar the loading state of a file xls.
I suppose that all streams happen when the file is fixed in the Document constructor.
QXlsx::Document xfile(c:/"test.x…
-
The error is :-1: error: LNK1181: can't open input file “..\Qxlnt\release\QXlnt.lib”
If build QXlint.lib and put release folder , a lot of error about static lib and dll .
Seems too many level for…
-
I want to read and write Xlsx-Files with Qt and use the QXlsx module: http://qtxlsx.debao.me/
While I can write into xlsx-files, read does not work
I copied this example into my code http://qtxlsx.d…
-
I have some XLSX file. Some cells have solid color filled background. But don't know how to read this color.
-
Hi,
I try to extract xlsx sheets (microsoft) in a differents QTableView.
One sheet (xlsx microsoft excel) for one QTableView which is in one tab of a QTabWidget.
QTabWidget was placed with QTDesi…
-
Followed all installation steps
& tried: https://github.com/j2doll/QXlsx/tree/master/HelloWorld code
The program compiled successfully and stuck at console window
.xlsx file also not created