QtXlsxWriter | xlsx file reader and writer for Qt5 | Data Visualization library
kandi X-RAY | QtXlsxWriter Summary
kandi X-RAY | QtXlsxWriter Summary
QtXlsx is a library that can read and write Excel files. It doesn't require Microsoft Excel and can be used in any platform that Qt5 supported. The library can be used to.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of QtXlsxWriter
QtXlsxWriter Key Features
QtXlsxWriter Examples and Code Snippets
Community Discussions
Trending Discussions on QtXlsxWriter
QUESTION
I have Qt 5.15 Beta-2 in /opt
. I've also downloaded from here and built the Qt5::Xlsx module [qmake
, sudo make
, sudo make install
]. Now in /opt/Qt/5.15.0/gcc_64/include
there's a directory QtXlsx
but it contains only one file QtXlsxDepends
. No xlsxdocument.h
, xlsxcell.h
or anything like that, so Qt Creator says file not found
if I try to include them as in here.
ANSWER
Answered 2020-Mar-26 at 05:27The sought-for headers are in /opt/Qt/5.15.0/gcc_64/mkspecs/features/include/QtXlsx
. So I added target_include_directories(target PRIVATE /opt/Qt/5.15.0/gcc_64/mkspecs/features/include/QtXlsx)
to my CMakeLists.txt
and the problem went away.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install QtXlsxWriter
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page