-
Have just started using QtXlsx ( ! nice job ! ) but am having some issues. It is likely that I will be able to fix some of them but almost certainly not all of them. Please let me know what level of…
-
The document pointer is obtained, but there is only one row and the number of columns is 0,In fact, the EXECL file has 238 lines and 34 columns
-
CMake Error: The INTERFACE_QT_MAJOR_VERSION property of "Qt5::Core" does
not agree with the value of QT_MAJOR_VERSION already determined
for "QT_ProjectExample".
-
Thanks for the great project.
I used it to generate simply excel file, but I have necessity to lock some columns.
Seem's any lock implementation yet.
Is it correct? Or How can lock columns?
There …
-
Hi, This is a great extension, thanks very much for sharing!
Just a couple of issues.
1) When creating a chart sheet, I can not display the series titles. The chart title work fine though.
2…
-
Hi,
First your lib is very good. Thanks.
In the Excel example, I have no found example on the filter columns. Is it implemented ?
Thanks in advance,
Serial86
-
There is a CellType enum in xlsxcell.h. We found no way to write in a cell and set for example a string type.
PMime updated
5 years ago
-
Have just started using QtXlsx. Largely successful, but have two issues I'd like to explore. Does anyone maintain this library or is anyone willing to assist a bit in trying to modify a couple of th…
-
Imagine I want to define a formula like `=SUM(A1, A100)`.
However, I don't know the _letter_ of my column nor the row I'm working on. This is because I'm dynamically filling a document from a flow of…
-
g++ -c -include .pch/Qt5Xlsx -pipe -O2 -std=c++1y -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_MTDEV -DQT_NO_LIBUDEV -DQT_NO_TSLIB -DQT_NO_LIBINP…