Skip to content
Jay Tee edited this page Oct 5, 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/QXlsx.git

  1. Build QXlsx project

cd QXlsx
qmake QXlsx.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