Add a demo example

This commit is contained in:
Debao Zhang
2013-10-31 14:58:28 +08:00
parent 27c0029df1
commit 0a0e24960a
6 changed files with 150 additions and 12 deletions
+11 -11
View File
@@ -28,6 +28,17 @@
\page index.html
\brief Qt Xlsx provides functionality for handling .xlsx files.
The \l{Qt Xlsx C++ Classes}{Qt Xlsx Module} provides a set of classes to 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
\list
\li Generate a new .xlsx file from scratch
\li Extract data from an existing .xlsx file
\li Edit an existing .xlsx file
\endlist
\image xlsx_demo.png
\table
\row
\li Source code: \li \l{https://github.com/dbzhang800/QtXlsxWriter}
@@ -37,17 +48,6 @@
\li License: \li MIT
\endtable
The \l{Qt Xlsx C++ Classes}{Qt Xlsx Module} provides a set of classes to 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
\list
\li Generate a new .xlsx file from scratch
\li Extract data from an existing .xlsx file
\li Edit an existing .xlsx file
\endlist
\section1 Getting Started
To include the definitions of the module's classes, using the following directive: