-
-
Notifications
You must be signed in to change notification settings - Fork 370
Home
Jay Tee edited this page Sep 14, 2017
·
28 revisions
-
Install Qt5 from Qt Company
-
Clone github source code
git clone https://github.com/j2doll/QtXlsx.git
- Build QtXlsx project
cd QtXlsx
qmake QtXls.pro
make
- Build HelloExample
cd HelloExcel
...
Fix HelloExcel.pro for your own build environment
...
qmake HelloExcel.pro
make
- Run HelloExample