Skip to content
Jay Tee edited this page Sep 14, 2017 · 28 revisions

Welcome to the QtXlsx wiki!

Read this in other languages: English, 한국어

  1. Install Qt5 from Qt Company

  2. Clone github source code

git clone https://github.com/j2doll/QtXlsx.git

  1. Build QtXlsx project

cd QtXlsx
qmake QtXls.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