1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-16 04:42:53 +08:00
QXlsx/HowToSetProject.md
2018-06-02 11:39:09 +09:00

1.5 KiB
Raw Blame History

How to setup QXlsx project

  • Here's an easy way to apply QXlsx.
  • Describes when to apply to Windows.
  • The method of applying it on Linux or Mac is similar, and I will write help if there is an additional request.

Step

1 Clone source code from github

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

2 Execute QtCreator

3 Create your own Qt Project.

4 Sample is console application.

5 Set project name. Current project name is HelloQXlsx.

6 HelloQXlsx project has been created.

7 Current directory for project

8 Copy QXlsx code to your app project

9 Current directories and files for project

:ten: Append code for QXlxs library on your Qt project(*.pro)

:eleven: Set heaer files and namespace for sample. Then append hello world code.

:twelve: Build and Run a project

:thirteen: Execute file and Excel file(xlsx) is created.

Etc

  • Hi! I'm j2doll. My native language is not English and my English is not fluent. Please understand if I misunderstood the explanation :-)