-
Hi,
is there a way to read/write the comment of a cell?
-
QString.tolocal8bit.data and write it to the excel is unnormal to show
-
Hi there,
I'd like to include this library in a cmake based project. It would be great if `QXlsx` had also a `CMakeLists.txt` file to compile it as a target library rather than including directly i…
-
Hi!
Just want to ask if this library supports creating excel charts? If possible, how? Any example?
Thanks
-
Hello!
I have trouble with writing docs.
Im using template document with multiple sheets and some charts, for example its "point with smooth curves" and some style settings .
Im copy template with …
-
Hi, I am using this project to handle XLSX file, it is working perfect.
but I met an issue.
I want to set the column width after I create a new xlsx document object, but I get the 0 value calling W…
-
I've created an excel file manually,there are data in the sheet.
When I use the hello world test code to read the content, it print nothing. xlsxR.load() can't be entered! But when I change th…
-
1. Maybe you didn't test reading&writing with very big xlsx file. For example, a xlsx file contains 20 sheets and, every sheet contains 2000 rows and 200 columns; every cell has different data. Some …
-
Calling insertImage() or insertChart() leads to creating corrupted file. Microsoft Excel shows warning when trying to open file: "We found a problem with some content in 'filename.xlsx'. Do you want u…
-
How can I count the cells in a cell union.
Example in VBA:
NCeUn = Foglio2.Range("B" & riga).MergeArea.Count