Documentation: little update

This commit is contained in:
Debao Zhang
2013-10-30 19:16:34 +08:00
parent af43bd4981
commit 5f0fe45a3c
2 changed files with 13 additions and 0 deletions
+5
View File
@@ -1,7 +1,12 @@
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
### Usage(1): Use Xlsx as Qt5's addon module