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:44:31 +09:00

1.7 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.
    • Hi! I'm j2doll. My native language is not English and my English is not fluent. Please understand if I misunderstood the explanation :-)

Steps to set

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



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



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



  1. Build and Run a project



  1. Execute file and Excel file(xlsx) is created.