Skip to content
Jay Two edited this page Oct 24, 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
  • linux command case
 # 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
 ./HelloExample
Clone this wiki locally