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

Update README.md

This commit is contained in:
Jay Tee 2017-10-05 15:16:50 +09:00 committed by GitHub
parent a576328875
commit 4af71fc11e

View File

@ -21,7 +21,7 @@
## Hello excel (writing excel file) ## Hello excel (writing excel file)
```cpp ```cpp
QtXlsx::Document xlsx; QXlsx::Document xlsx;
xlsx.write("A1", "Hello Qt!"); xlsx.write("A1", "Hello Qt!");
xlsx.saveAs("Test.xlsx"); xlsx.saveAs("Test.xlsx");
``` ```