QtXlsxWriter
QtXlsxWriter copied to clipboard
.xlsx file reader and writer for Qt5
3600->3600*100 required
Added CMakeLists.txt Used to build with ninja, Unix Make, and Visual Studio 2015-2019 on Windows and Linux TODO - export a cmake package so this can be cmake external, or...
使用此最新库,读取xlsx文件中的计算公式,读出的并非数值,而是类似“=SUM(O3:V3)”,类似这样的字符串,但excel展示的是某计算后的数值。请问库完成计算公式功能了吗?还是存在此BUG?
你可以考虑合并进来 https://github.com/QtExcel/QXlsx 修复了很多错误。 目前基本可以用了。
unable to find file for inclusion qt_parts
Running Windows Runtime device detection. C:/Qt/Qt5.12.0/5.12.0/winrt_armv7_msvc2015/bin/winrtrunner.exe --list-devices Found 2 Windows Runtime devices. Project MESSAGE: perl -w C:\Qt\Qt5.12.0\5.12.0\msvc2015_64\bin\syncqt.pl -module QtXlsx -version 0.3.0 -outdir "" -builddir "" D:/tools/QtXlsxWriter-master/QtXlsxWriter-master Cannot read /mkspecs/modules-inst/qt_lib_xlsx.pri: No...
Hello, I want to know how does qtxlsx insert string to footer or header in xlsx file? I have writen footer in xlsx file , but after saveas by qt+qtxlsx...
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...
Hello, Can you please tell me, can I, with the the library QtXlsxWriter, write some data to an already open excel file? I tried to do it - as indicated...