QtOfficeOpenXml icon indicating copy to clipboard operation
QtOfficeOpenXml copied to clipboard

For Qt5.2 or newer, ...

Results 6 QtOfficeOpenXml issues
Sort by recently updated
recently updated
newest added

QtOfficeOpenXml::Wml 这个类在提供的代码里并没有找到,无法创建word文件,楼主是否可以提交一个全面的文件

my QT version is 5.9.7, mac os system error occurs when I compile: ` sml/smlworkbook.cpp:40:12: error: no viable conversion from returned value of type 'int' to function return type 'QString'...

I ran into some issues with compiling and linking for newer Qt versions. I solved this by added the following lines to the /QtOfficeOpenXml/src/officeopenxml/QtOfficeOpenXml.verion.in file: Qt_5.8 {} Qt_5.7; Qt_5.9 {}...

As I am in need of creating .slx files for Matlab, your library could give me a good head start. However, when compiling for Qt5.7, I got an error for...

Hello I ported the project to the Qt 6 framework and fixed some errors that caused the project not to build in this framework. Also, I am fixed my two...