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

Posted 新月时刻

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unknown module(s) in QT: xlsx解决方法相关的知识,希望对你有一定的参考价值。

解决方法在此: 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解决方法的主要内容,如果未能解决你的问题,请参考以下文章

Unknown module(s) in QT: webenginewidgets原因及解决办法

解决Project ERROR: Unknown module(s) in QT: “webenginewidgets” 的问题_windows10下使用Qt安装MSVC2017

坑:pytest 运行报错unknown hook 'pytest_namespace' in plugin <module 'allure.pytest_plugin&

Doctrine Column not found: 1054 Unknown column 's.features' in 'field list''

文件上传报错:Unknown: file created in the system's temporary directory

pymysql.err.InternalError: (1054, "Unknown column 'None' in 'field list'")