QtXlsxWriter
QtXlsxWriter copied to clipboard
.xlsx file reader and writer for Qt5
* Added CMakelists.txt control files * Remove a QSharedPointer usage which bugs MSVC14
这个Xlsx库可能有一些bug,我遇到往xlsx(office2019)里画图,会导致xlsx文件打开会显示数据内容出问题,里面的内容丢失,没有找到别的办法。然后发现了下面另一位韩国大佬搞了新版的,但他的不能编译.dll等等放到Qt里面,于是我用他的所有.h和.cpp文件来替换掉这位这里的文件,然后按照网上的方法配置到Qt里面,这样就可以结合他们俩。
Hi, I have met issues when I tried to install QtXlsx in my system (Qt5.14.2). perl version is 5.22.1 Could some one give me idea to solve the problem? The...
Hello, I came here ask is possible to put the color in chart with Xlsx, i have my chart, but i have not find the methode for change the color...
Hello, how can I save my xlsx file with protection and passeword? Kind regards Philippe
I have used qmake before make. but when I run mingw32-make instruction,it became like this: tXlsx: created version header QtXlsx: created master header QtXlsx: created headers.pri file mingw32-make[2]: Entering directory...
I run qmake. Then nmake and got the error C1083: cannot opn include file : cstddef Could you help please ?
Add worksheet pane splitting features with methods: \* freezePane() : Create panes and mark them as frozen in worksheet's spreadsheetML. \* splitPane(): Create panes and mark them as split in...