-
With Qt 5.6, I attempt to write to an existing xlsx document, but when I open that xlsx document after it has been opened, I get the following message from microsoft:
> We found a problem with some c…
-
On Windows 10, opening and compile QXlsx.pro project, I get the following error:
Unknown type name QStringRef on row 2415, file xlsxworksheet.cpp
I think can't find the core5compat module
-
File xlsxcolor.cpp now contains literal strings in lines 125 and 134.
```cpp
QColor color;
QString strColor = QStringLiteral( "00000000" );
if ( c.length() == 8 )
{
strColor = c;
…
-
You currently use the QtCreator IDE with the qmake build system. It seems to do the job well for basic stuff, but it's starting to block future improvements.
Qt projects themselves are migrating to…
ghost updated
3 years ago
-
QT is done , they are going the way of DoDo
Its time for big QT Opesnource users like KDE to move to CopperSpice.
-
First let me thank you for your work, and I don't mean it insult you work.
I am trying to use Bincrafters (https://bincrafters.github.io/) Qt instead of yours (Qt/5.8.0@kenfred/testing).
Spec…
-
https://github.com/QtExcel/QXlsx/blob/1018fe6e33bb6d8810f6d9e04265d4dcc6a63e46/QXlsx/source/xlsxworkbook.cpp#L377
-
How can i use Qt private classes?
With official Qt binaries i do it this way
```
find_package(QT NAMES Qt6 Qt5 COMPONENTS Core Gui REQUIRED)
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Gui…
xakod updated
3 years ago
-
Hi,
I've been working on a tool which decompiles the script files from a game in the form of XLSX spreadsheets. It is using the QXlsx library for Qt. The generated files can be read from QXlsx, as …
-
Hi!
Is it possible to get a new release/tag including the LICENSE file? It will help us to package your library in [ConanCenter](https://conan.io/center) and make it easily accessible for other de…