QtXlsxWriter icon indicating copy to clipboard operation
QtXlsxWriter copied to clipboard

.xlsx file reader and writer for Qt5

Results 104 QtXlsxWriter issues
Sort by recently updated
recently updated
newest added

I installed the Usage (1) When I installed the make, I found no make this command. I used mingw32-make. //当我安装到make的时候,发现没有make这个命令。 --- Setting up environment for Qt usage... D:\Qt\Qt5.7.0\5.7\mingw53_32>cd /d D:\LeoQt\qt\QtStuProjects\QtXlsxWriter-master...

E:\excelMng\QtXlsxWritermaster>mingw32-make html_docs mingw32-make -f Makefile prepare_docs && mingw32-make -f Makefile generate_docs mingw32-make[1]: Entering directory 'E:/excelMng/QtXlsxWritermaster' cd src\ && ( if not exist Makefile E:\QtCreator\5.3\mingw482_32\bin\qmake.exe E: \excelMng\QtXlsxWritermaster\src\src.pro -o Makefile ) &&...

In a LibreOffice edited Excel file the function dimension().lastColumn() returns 0 even if the sheet has columns. I'm using the following code: ``` excelSheet = (QXlsx::Worksheet*)xlsx.sheet("choices"); qDebug() dimension().lastColumn(); //Returns 0...

After I build the source file.I test the first program provided by QtXlsxWriter website. But there is a error: qtmain_win.cpp: error: undefined reference to `qMain(int, char**)' collect2.exe: error: error: ld...

Hi, I downloaded QtXlsxWriter. I have Perl in the Environment variables. What should i do next ? I put QtXlsxWriter in C:\Qt\QtXlsxWriter. I created C:\Qt\QtXlsxWriter\QtXlsxWriter-build I run qmake I run...

Allow to use CMake rather than QMake as build system. Use : cmake -DBUILD_TEST=ON -DQt5_DIR=[QT ROOT]/lib/cmake/qt5

codes as follows: ///////////////////////////////////////////////////////////////////////// QXlsx::Document doc; // mail address QString mailLink("mail address"); bool success = doc.write(1, 1, mailLink); doc.saveAs("demo.xlsx"); ///////////////////////////////////////////////////////////////////////// although the success is true, but when open demo.xlsx, the...

In the document, it's said that this library can only work with .xlsx but not .xls. I have a .xls file opened and save as .xlsx, then I read the...