Skip to content
J.T edited this page Sep 2, 2017 · 28 revisions

Welcome to the QtXlsxWriter-Static wiki!

Read this in other languages: English, 한국어

  1. Install Qt5 from Qt Company

  2. Clone github source code

git clone https://github.com/j2doll/QtXlsxWriter-Static.git

  1. Build QtXlsxWriter-Static project

cd QtXlsxWriter-Static
qmake QtXlsxWriter-Static.pro
make

  1. Build HelloExample

cd HelloExcel
...
Fix HelloExcel.pro for your own build environment
...
qmake HelloExcel.pro
make

  1. Run HelloExample
Clone this wiki locally