首页| 论坛| 消息

标题:关于QtXlsxWriter(一个读写excel的库)的安装问题
作者:leolin0518
日期:2016-08-03 09:45
内容:

我是按照这个说明,安装的
qmakemakemake install
make的时候没有make,使用mingw32-make出错。额,这个库貌似是咱们论坛的人写的。
我的环境是QT5.7




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 scratchExtract data from an existing .xlsx fileEdit 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 runqmakemakemake installThe 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.
Using the module
Add following line to your qmake's proje ..


#1 [leolin0518 08-03 09:46]

#2 [leolin0518 08-03 12:48]
问题已解决

回复 发表
主题 版块