1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-16 04:42:53 +08:00

update readme

This commit is contained in:
Look Skyworker 2018-06-23 15:56:28 +09:00
parent dd76ff310d
commit 5d70515944

View File

@ -6,12 +6,13 @@
<img src="markdown.data/QXlsx2.jpg">
</p>
[![Built-with-Qt5-Badge](https://img.shields.io/badge/Built%20with-Qt5-green.svg)](https://www.qt.io/) [![Built-with-cpp-Badge](https://img.shields.io/badge/Built%20with-C%2B%2B-green.svg)](https://isocpp.org/) [![Xlsx-Badge](https://img.shields.io/badge/Library-xlsx-blue.svg)](https://www.ecma-international.org/publications/standards/Ecma-376.htm)
* QXlsx is excel file(*.xlsx) reader/writer library.
* Because QtXlsx is no longer supported(2014), I created a new project that is based on QtXlsx. (2017-)
* Development language of QXlsx is C++. (with Qt 5.x)
* You don't need to use static library or dynamic shared object using QXlsx.
[![Built-with-Qt5-Badge](https://img.shields.io/badge/Built%20with-Qt5-green.svg)](https://www.qt.io/) [![Built-with-cpp-Badge](https://img.shields.io/badge/Built%20with-C%2B%2B-green.svg)](https://isocpp.org/) [![Xlsx-Badge](https://img.shields.io/badge/Library-xlsx-blue.svg)](https://www.ecma-international.org/publications/standards/Ecma-376.htm)
## Sample (Hello excel)