2018-05-26 12:20:33 +09:00
|
|
|
# QXlsx
|
2017-08-20 17:04:19 +09:00
|
|
|
|
2022-10-07 10:59:11 +09:00
|
|
|
> *Read this in other languages: [English](README.md), :kr: [한국어](README.ko.md), [Russian](README.RU.md)*
|
2017-08-20 17:04:19 +09:00
|
|
|
|
2019-01-04 10:28:08 +09:00
|
|
|
<p align="center"><img src="https://raw.githubusercontent.com/QtExcel/QXlsx/master/markdown.data/QXlsx-Desktop.png"></p>
|
2017-10-05 14:35:06 +09:00
|
|
|
|
2022-07-05 10:30:24 +02:00
|
|
|
- QXlsx is excel file(`*.xlsx`) reader/writer library.
|
2019-10-05 00:18:37 +09:00
|
|
|
- Because QtXlsx is no longer supported(2014), I created a new project that is based on QtXlsx. (2017-)
|
2018-07-16 17:07:51 +09:00
|
|
|
- Development language of QXlsx is C++. (with Qt)
|
|
|
|
- You don't need to use static library or dynamic shared object using QXlsx.
|
2019-10-05 00:18:37 +09:00
|
|
|
- You can also use it as a static library.
|
2018-06-23 15:46:14 +09:00
|
|
|
|
2018-07-16 17:10:59 +09:00
|
|
|
## How to use
|
2020-07-18 21:01:58 +09:00
|
|
|
- See [examples](Example.md)
|
|
|
|
- See [wiki](https://github.com/QtExcel/QXlsx/wiki)
|
|
|
|
- See [FAQ](https://github.com/QtExcel/QXlsx/wiki/FAQ)
|
2017-10-09 21:08:32 +09:00
|
|
|
|
2018-12-04 20:06:27 +09:00
|
|
|
## How to set up (Installation)
|
|
|
|
|
2022-10-15 14:29:30 +01:00
|
|
|
- See [how to setup QXlsx project (qmake)](HowToSetProject.md)
|
2021-02-12 22:11:11 +09:00
|
|
|
- See [how to setup QXlsx project (cmake)](HowToSetProject-cmake.md)
|
2018-12-04 20:06:27 +09:00
|
|
|
|
2018-11-17 16:27:43 +09:00
|
|
|
## Tested environment
|
2018-06-23 15:36:09 +09:00
|
|
|
|
2020-01-14 21:48:06 +09:00
|
|
|
| Travis CI (Linux) | AppVeyor (Windows) | CodeFactor | Github Actions <br> Linux/Win/Mac | iOS / Android |
|
2020-01-14 21:46:30 +09:00
|
|
|
| :---------------: | :----------------: | :--------: | :------------------------: | :----------------------------: |
|
2020-01-14 21:48:06 +09:00
|
|
|
| [![Build Status](https://travis-ci.com/QtExcel/QXlsx.svg?branch=master)](https://travis-ci.com/QtExcel/QXlsx) | [![Build status](https://ci.appveyor.com/api/projects/status/jkod8257gg66vm6e?svg=true)](https://ci.appveyor.com/project/QtExcel/qxlsx) | [![CodeFactor](https://www.codefactor.io/repository/github/qtexcel/qxlsx/badge)](https://www.codefactor.io/repository/github/qtexcel/qxlsx) | [![Ubuntu](https://github.com/QtExcel/QXlsx/workflows/Ubuntu/badge.svg)](https://github.com/QtExcel/QXlsx/actions/Ubuntu) [![MacOS](https://github.com/QtExcel/QXlsx/workflows/MacOS/badge.svg)](https://github.com/QtExcel/QXlsx/actions/MacOS) [![Windows](https://github.com/QtExcel/QXlsx/workflows/Windows/badge.svg)](https://github.com/QtExcel/QXlsx/actions/Windows) | [![IOS](https://github.com/QtExcel/QXlsx/workflows/IOS/badge.svg)](https://github.com/QtExcel/QXlsx/actions/IOS) [![Android](https://github.com/QtExcel/QXlsx/workflows/Android/badge.svg)](https://github.com/QtExcel/QXlsx/actions/Android) |
|
2020-01-14 21:36:54 +09:00
|
|
|
|
2019-12-12 22:07:58 +09:00
|
|
|
|
2018-11-17 16:27:43 +09:00
|
|
|
- See [tested environments](TestEnv.md)
|
2017-10-17 18:48:33 +09:00
|
|
|
|
2019-01-07 11:16:34 +09:00
|
|
|
## To Do
|
|
|
|
- [To test](ToTest.md)
|
2018-11-28 17:28:51 +09:00
|
|
|
- [What to upgrade](ToUpgrade.md).
|
2019-08-29 17:26:58 +09:00
|
|
|
- [Vision](Vision.md)
|
2019-01-11 10:33:15 +09:00
|
|
|
|
2018-11-15 10:58:13 +09:00
|
|
|
## Contributions
|
2019-01-04 10:28:08 +09:00
|
|
|
- See [contributors](https://github.com/QtExcel/QXlsx/graphs/contributors).
|
2018-06-04 14:09:56 +09:00
|
|
|
|
2018-06-26 20:38:09 +09:00
|
|
|
## License and links
|
2019-01-04 10:28:08 +09:00
|
|
|
- QXlsx is under MIT license. [https://github.com/QtExcel/QXlsx](https://github.com/QtExcel/QXlsx)
|
2019-12-02 20:33:17 +09:00
|
|
|
- Thank you for creating the following amazing projects. :+1:
|
2020-01-11 22:37:41 +09:00
|
|
|
- Qt is under LGPL v3 license or Commercial license. [https://www.qt.io/](https://www.qt.io/)
|
2020-07-18 21:01:58 +09:00
|
|
|
- QtXlsxWriter is under MIT license. :+1: [https://github.com/dbzhang800/QtXlsxWriter](https://github.com/dbzhang800/QtXlsxWriter)
|
2019-12-02 20:33:17 +09:00
|
|
|
- Qt-Table-Printer is under BSD 3-Clause license. [https://github.com/T0ny0/Qt-Table-Printer](https://github.com/T0ny0/Qt-Table-Printer)
|
|
|
|
- recurse is under MIT license. [https://github.com/pkoretic/recurse](https://github.com/pkoretic/recurse)
|
|
|
|
- libfort is under MIT license. [https://github.com/seleznevae/libfort](https://github.com/seleznevae/libfort)
|
|
|
|
- colorprintf is under MIT license. [https://github.com/VittGam/colorprintf](https://github.com/VittGam/colorprintf)
|
2020-01-11 22:37:41 +09:00
|
|
|
- HelloActions-Qt is under MIT license. [https://github.com/jaredtao/HelloActions-Qt](https://github.com/jaredtao/HelloActions-Qt)
|
2018-06-23 15:17:25 +09:00
|
|
|
|
2018-06-23 15:59:50 +09:00
|
|
|
## :email: Contact
|
2019-01-04 10:28:08 +09:00
|
|
|
- Leave me a issue. [https://github.com/QtExcel/QXlsx/issues](https://github.com/QtExcel/QXlsx/issues)
|
2018-06-11 13:40:38 +09:00
|
|
|
- If you are interested in participating in the project, please contact us by issue.
|
2018-06-17 18:30:31 +09:00
|
|
|
- My native language is not English and my English is not fluent. Please, use EASY English. :-)
|
2018-11-12 13:42:42 +09:00
|
|
|
- If you would like to translate README.md into your native language, please contact me.
|
|
|
|
- You can either raise an issue or use a pull request. (such as README.ko.md)
|
2018-06-17 18:30:31 +09:00
|
|
|
|
2018-06-28 16:05:55 +09:00
|
|
|
## Similar projects
|
2018-07-05 16:00:50 +09:00
|
|
|
|
2019-01-04 10:28:08 +09:00
|
|
|
### :star: <b>Qxlnt</b> [https://github.com/QtExcel/Qxlnt](https://github.com/QtExcel/Qxlnt)
|
2018-07-05 16:00:50 +09:00
|
|
|
|
2019-01-04 10:28:08 +09:00
|
|
|
<p align="center"><img src="https://github.com/QtExcel/Qxlnt/raw/master/markdown-data/Concept-QXlnt.jpg"></p>
|
2018-07-05 16:00:50 +09:00
|
|
|
|
|
|
|
- Qxlnt is a helper project that allows xlnt to be used in Qt.
|
2019-09-11 22:15:30 +09:00
|
|
|
- xlnt is a excellent C++ library for using xlsx Excel files.
|
2018-07-05 16:00:50 +09:00
|
|
|
- I was looking for a way to make it easy to use in Qt. Of course, cmake is compatible with Qt, but it is not convenient to use. So I created Qxlnt.
|
|
|
|
|
2019-01-04 10:28:08 +09:00
|
|
|
### :star: <b>Qlibxlsxwriter</b> [https://github.com/QtExcel/Qlibxlsxwriter](https://github.com/QtExcel/Qlibxlsxwriter)
|
2018-07-05 16:00:50 +09:00
|
|
|
|
2019-01-04 10:28:08 +09:00
|
|
|
<p align="center"><img src="https://github.com/QtExcel/Qlibxlsxwriter/raw/master/markdown.data/logo.png"></p>
|
2018-07-05 16:00:50 +09:00
|
|
|
|
|
|
|
- Qlibxlsxwriter is a helper project that allows libxlsxwriter to be used in Qt.
|
|
|
|
- libxlsxwriter is a C library for creating Excel XLSX files.
|
2018-06-28 16:05:55 +09:00
|
|
|
|
2019-01-04 10:28:08 +09:00
|
|
|
### :star: <b>QSimpleXlsxWriter</b> [https://github.com/QtExcel/QSimpleXlsxWriter](https://github.com/QtExcel/QSimpleXlsxWriter)
|
2018-10-28 17:02:43 +09:00
|
|
|
|
|
|
|
- Use SimpleXlsxWriter in Qt.
|
|
|
|
- SimpleXlsxWriter is C++ library for creating XLSX files for MS Excel 2007 and above.
|