-
I wanna use two formats in one cell, such as different languages' content with different fonts and sizes. How can I make it by QXlsx? Thanks!
-
I know QXlsx doesn't support printing.But how about inserting a page break?
I couldn't find any document about it.Please tell me if there is the feature,thank you.
-
When reading data in excel, I read the value of 0.0524. No matter what format is set in excel, the data obtained is 5.2400000000000002E-2.
the code is :
QXlsx::Document xlsx("book1.xlsx");
xlsx.sel…
-
-
Only tow Alignments can exist at the same time. But we can set three or more alignments together.
How can I achieve 3 alignments that exist at the same time with QXlsx??
Thanks for your lib. QXLS i…
-
[Datalistsss.xlsx](https://github.com/JayTwoLab/qxlsx-issues-164/files/6839985/Datalistsss.xlsx)
-
When I compile QXlsx\source\xlsxzipwriter.cpp in vs2013 and qt 5.9.1, error is throwed : “private/qzipwriter_p.h”: No such file or directory . I have found this in Qt5.9.1\5.9.1\msvc2013_64\include\Q…
-
Hi! I'm working on my project with QXlsx and thanks very much for this sharing!
Just a issue that I found.
After I `addSeries` and `setChartLegend`, chart and legend are display on excel success…
-
Hi everyone!
We are nearing the finish line of the Conan 2.0 migration, with just a bit more than a hundred recipes left to go. I thought it would be a good time to summarize and keep track of the …
-
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->wor…