-
https://github.com/j2doll/QXlsx/blob/dc31d0ff00425481d037863c191cf96e2c8d34ec/QXlsx/source/xlsxcelllocation.cpp#L20
> 3rdparty\QXlsx\QXlsx\source\xlsxcelllocation.cpp:20: error: C2679: binary '=' :…
-
I got the warning when i write a excel (PLS refer attachment) as below codes
QXlsx::Document xlsx("d:/V1805133.xlsx");
if (!xlsx.isLoadPackage())
{
qDebug()
-
my package doesn't have this xlsxcelllocation.h and xlsxcelllocation.cpp.?
what function is it?
-
if the excel has drawing (shape) , after writing they will be lose .
as below items will be in /xl/drawings/drwawing1.xml
-
-
1
23813
7
0
-
16
219075
21
714…
-
after write xlsx, /xl/calcChain.xml whole will be lose.
the row as below will be lose also in /[Content_Types].xml
" Override ContentType="application/vnd.openxmlformats-officedocument.spreadshe…
-
Hi your projects QXlsx and Qlibxlsxwriter can read and write excel file well.
So i think maybe has a easy way to call some windows API and print out the excel file( of course OS to be installed offi…
-
Sorry for my bad English.
My mean is how to open a exist excel file and print out it on paper.
Some times a excel file has many sheets , maybe we only want to print out i sheet only.
Does QXlsx pro…
-
:hammer: enchantment : print xlsx as a printer
> from jeff
-
:hammer: enchantment : print xlsx as a printer.
> from jeff
-
- There was a question.
> I find the QXlsx on github, it is great and faster than com method .
> I have a question that can i use it on android by add in source code .
> I have a small QT5 project …