1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-30 05:02:52 +08:00

update howto.md

This commit is contained in:
Look Skyworker 2018-06-02 12:20:27 +09:00
parent 3248517842
commit 7999150565

View File

@ -72,7 +72,7 @@ xcopy c:\workspace\github\QXlsx\QXlsx c:\workspace\HelloQXlsx /s /e
<br /><br />
10. Append code for QXlxs library on your Qt project(*.pro)
:keycap_ten: Append code for QXlxs library on your Qt project(*.pro)
![](markdown.data/10.jpg)
@ -86,7 +86,7 @@ include(./QXlsx.pri)
<br /><br />
11. Set heaer files and namespace for sample. Then append hello world code.
:one::one: Set heaer files and namespace for sample. Then append hello world code.
![](markdown.data/11.jpg)
@ -118,13 +118,13 @@ int main(int argc, char *argv[])
<br /><br />
12. Build and Run a project
:one::two: Build and Run a project
![](markdown.data/12.jpg)
<br /><br />
13. Execute file and Excel file(xlsx) is created.
:one::three: Execute file and Excel file(xlsx) is created.
![](markdown.data/13.jpg)