首页 > 其他 > 详细

Unknown module(s) in QT: xlsx解决方法

时间:2018-03-14 11:55:52      阅读:1888      评论:0      收藏:0      [点我收藏+]

解决方法在此: https://github.com/dbzhang800/QtXlsxWriter


Documentation: http://qtxlsx.debao.me

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

Generate a new .xlsx file from scratch
Extract data from an existing .xlsx file
Edit an existing .xlsx file
Getting Started

For linux user, if your Qt is installed through package manager tools such "apt-get", make sure that you have installed the Qt5 develop package qtbase5-private-dev
Usage(1): Use Xlsx as Qt5‘s addon module

Building the module

Note: Perl is needed in this step.
Download the source code.

Put the source code in any directory you like

Go to top directory of the project in a terminal and run

qmake
make
make install

The library, the header files, and others will be installed to your system.

make html_docs can be used to generate documentations of the library, and make check can be used to run unit tests of the library.

Unknown module(s) in QT: xlsx解决方法

原文:https://www.cnblogs.com/Genesis-007/p/8566237.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!