1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-30 05:02:52 +08:00
QXlsx/README.md
2017-08-19 00:39:25 +09:00

35 lines
969 B
Markdown

# QtXlsxWriter-Static
## QtXlsxWriter static library project
* Microsoft Excel file reader/writer for Qt5
* Use static library of QtXlsx.
* Some bug issue is fixed.
## Test environment
* Qt 5.9.1 (MingW/Windows 32bit)
* Qt 5.9.1 (Ubuntu 16/Linux x64)
* Qt 5.5.1 (MingW/Windows 32bit)
* Qt 5.6.0 (MingW/Windows 32bit)
* Qt 5.5.0 (Ubuntu 17/Linux i686)
* Qt 5.0.1 (MingW/Windows 32bit)
## Hello excel
```cpp
QXlsx::Document xlsx;
xlsx.write("A1", "Hello Qt!");
xlsx.saveAs("Test.xlsx");
```
## Copyright
* MIT License
* original source code from Debao Zhang(2014) : [https://github.com/dbzhang800/QtXlsxWriter](https://github.com/dbzhang800/QtXlsxWriter)
* The Qt Company :
[https://www.qt.io/developers/](https://www.qt.io/developers/)
## About
* [https://github.com/j2doll](https://github.com/j2doll)
* [mailto:j2doll@gmail.com](mailto:j2doll@gmail.com)
* Hi! My native language is not English. My English is not fluent. Please use EASY English. :-)