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

g++ -c -include .pch/Qt5Xlsx -pipe -O2 -std=c++1y -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_MTDEV -DQT_NO_LIBUDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_BUILD_XLSX_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG...

failed to run system is win7 ActivePerl-5.24.1.2402-MSWin32-x86-64int-401627 qt-opensource-windows-x86-mingw530-5.7.0 the error message is: Executable C:\Users\wei\Desktop\build-qtxlsx-Desktop_Qt_5_7_0_MinGW_32bit-Release\examples\xlsx\calendar\release\calendar.exe does not exist.

Build error with latest 5.6 beta ``` xlsxzipreader.cpp: In member function ‘void QXlsx::ZipReader::init()’: xlsxzipreader.cpp:51:66: error: conversion from ‘QVector’ to non-scalar type ‘QList’ requested QList allFiles = m_reader->fileInfoList(); ```

when I read the file I want to kown the Rows and Columns,How I can get it use API? thanks

Hi, i'm using QtXlsx to read data in anExcel file. It works for some cells : > 1 2 QVariant(QString, "Date /heure : > 1 3 QVariant(double, 42706) > 1...

Hi. I'm trying to use your lib with Qt 5.5.1 using the "Usage (2)" technique you detailed with the qtxlsx.pri include project. It compiles fine, but if I attempt to...

qtcreator build lib,i can't find .lib ,,just dll. i don't know how to use,thank you