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

🐒 update markdown

This commit is contained in:
Jay Two 2019-09-11 22:15:30 +09:00
parent 1820c3ee19
commit ae4f946044
3 changed files with 8 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# QXlsx Examples
## [HelloWorld](/HelloWorld)
## [HelloWorld](https://github.com/QtExcel/QXlsx/tree/master/HelloWorld)
- Hello world example
@ -51,7 +51,7 @@ int main(int argc, char *argv[])
}
```
## [TestExcel](/TestExcel)
## [TestExcel](https://github.com/QtExcel/QXlsx/tree/master/TestExcel)
- :zap: Basic examples (based on QtXlsx examples)
- calendar
@ -75,7 +75,7 @@ int main(int argc, char *argv[])
![](markdown.data/testexcel.png)
## [HelloAndroid : Android Example](/HelloAndroid)
## [HelloAndroid : Android Example](https://github.com/QtExcel/QXlsx/tree/master/HelloAndroid)
- See 'HelloAndroid' example using QML and native C++.
@ -83,21 +83,21 @@ int main(int argc, char *argv[])
![](markdown.data/android.jpg)
## [Copycat : Windows Widget Example](/Copycat)
## [Copycat : Windows Widget Example](https://github.com/QtExcel/QXlsx/tree/master/Copycat)
- Load xlsx file and display on Qt widgets.
- Print xlsx to paper. (based on Qt-Table-Printer)
- TODO: save xlsx.
![](markdown.data/copycat.png)
## [WebServer : Web Server Example](/WebServer)
## [WebServer : Web Server Example](https://github.com/QtExcel/QXlsx/tree/master/WebServer)
- Load xlsx file and display on Web.
- Connect to `http://127.0.0.1:3001`
- C++ 14 is required. Old compilers is not supported.(based on recurse)
![](markdown.data/webserver.png)
## [ShowConsole : Console Example](/ShowConsole)
## [ShowConsole : Console Example](https://github.com/QtExcel/QXlsx/tree/master/ShowConsole)
- Load xlsx file and display in console.
- [Usage] ShowConsole *.xlsx
- C++ 11 is required. Old compilers is not supported. (based on libfort)

View File

@ -59,7 +59,7 @@ Travis CI | AppVeyor | CodeFactor
<p align="center"><img src="https://github.com/QtExcel/Qxlnt/raw/master/markdown-data/Concept-QXlnt.jpg"></p>
- Qxlnt는 xlnt가 Qt에서 사용될 수있게 해주는 도우미 프로젝트입니다.
- xlnt는 xlsx Excel 파일을 사용하기에 훌륭한 C++ 라이브러리입니다. :+1:
- xlnt는 xlsx Excel 파일을 사용하기에 훌륭한 C++ 라이브러리입니다.
- xlnt를 Qt에서 사용하기 쉬운 방법을 찾고 있었습니다. 물론 cmake는 Qt와 호환되지만 사용하기가 쉽지 않습니다. 그래서 Qxlnt를 만들었습니다.
### :star: <b>Qlibxlsxwriter</b> [https://github.com/QtExcel/Qlibxlsxwriter](https://github.com/QtExcel/Qlibxlsxwriter)

View File

@ -47,7 +47,6 @@ Travis CI | AppVeyor | CodeFactor
- Qt is under LGPL v3 license or Commercial license. [https://www.qt.io/](https://www.qt.io/)
## :email: Contact
- Hi! I'm j2doll (aka Jay Two). My name is Korean and it is difficult for foreigners to pronounce it. Call me j2doll.
- Leave me a issue. [https://github.com/QtExcel/QXlsx/issues](https://github.com/QtExcel/QXlsx/issues)
- If you are interested in participating in the project, please contact us by issue.
- My native language is not English and my English is not fluent. Please, use EASY English. :-)
@ -61,7 +60,7 @@ Travis CI | AppVeyor | CodeFactor
<p align="center"><img src="https://github.com/QtExcel/Qxlnt/raw/master/markdown-data/Concept-QXlnt.jpg"></p>
- Qxlnt is a helper project that allows xlnt to be used in Qt.
- xlnt is a excellent C++ library for using xlsx Excel files. :+1:
- xlnt is a excellent C++ library for using xlsx Excel files.
- I was looking for a way to make it easy to use in Qt. Of course, cmake is compatible with Qt, but it is not convenient to use. So I created Qxlnt.
### :star: <b>Qlibxlsxwriter</b> [https://github.com/QtExcel/Qlibxlsxwriter](https://github.com/QtExcel/Qlibxlsxwriter)