mirror of
https://github.com/QtExcel/QXlsx.git
synced 2025-01-30 05:02:52 +08:00
🐒 update markdown
This commit is contained in:
parent
1820c3ee19
commit
ae4f946044
12
Example.md
12
Example.md
@ -1,6 +1,6 @@
|
|||||||
# QXlsx Examples
|
# QXlsx Examples
|
||||||
|
|
||||||
## [HelloWorld](/HelloWorld)
|
## [HelloWorld](https://github.com/QtExcel/QXlsx/tree/master/HelloWorld)
|
||||||
|
|
||||||
- Hello world example
|
- 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)
|
- :zap: Basic examples (based on QtXlsx examples)
|
||||||
- calendar
|
- calendar
|
||||||
@ -75,7 +75,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
![](markdown.data/testexcel.png)
|
![](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++.
|
- See 'HelloAndroid' example using QML and native C++.
|
||||||
|
|
||||||
@ -83,21 +83,21 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
![](markdown.data/android.jpg)
|
![](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.
|
- Load xlsx file and display on Qt widgets.
|
||||||
- Print xlsx to paper. (based on Qt-Table-Printer)
|
- Print xlsx to paper. (based on Qt-Table-Printer)
|
||||||
- TODO: save xlsx.
|
- TODO: save xlsx.
|
||||||
|
|
||||||
![](markdown.data/copycat.png)
|
![](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.
|
- Load xlsx file and display on Web.
|
||||||
- Connect to `http://127.0.0.1:3001`
|
- Connect to `http://127.0.0.1:3001`
|
||||||
- C++ 14 is required. Old compilers is not supported.(based on recurse)
|
- C++ 14 is required. Old compilers is not supported.(based on recurse)
|
||||||
|
|
||||||
![](markdown.data/webserver.png)
|
![](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.
|
- Load xlsx file and display in console.
|
||||||
- [Usage] ShowConsole *.xlsx
|
- [Usage] ShowConsole *.xlsx
|
||||||
- C++ 11 is required. Old compilers is not supported. (based on libfort)
|
- C++ 11 is required. Old compilers is not supported. (based on libfort)
|
||||||
|
@ -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>
|
<p align="center"><img src="https://github.com/QtExcel/Qxlnt/raw/master/markdown-data/Concept-QXlnt.jpg"></p>
|
||||||
|
|
||||||
- Qxlnt는 xlnt가 Qt에서 사용될 수있게 해주는 도우미 프로젝트입니다.
|
- Qxlnt는 xlnt가 Qt에서 사용될 수있게 해주는 도우미 프로젝트입니다.
|
||||||
- xlnt는 xlsx Excel 파일을 사용하기에 훌륭한 C++ 라이브러리입니다. :+1:
|
- xlnt는 xlsx Excel 파일을 사용하기에 훌륭한 C++ 라이브러리입니다.
|
||||||
- xlnt를 Qt에서 사용하기 쉬운 방법을 찾고 있었습니다. 물론 cmake는 Qt와 호환되지만 사용하기가 쉽지 않습니다. 그래서 Qxlnt를 만들었습니다.
|
- xlnt를 Qt에서 사용하기 쉬운 방법을 찾고 있었습니다. 물론 cmake는 Qt와 호환되지만 사용하기가 쉽지 않습니다. 그래서 Qxlnt를 만들었습니다.
|
||||||
|
|
||||||
### :star: <b>Qlibxlsxwriter</b> [https://github.com/QtExcel/Qlibxlsxwriter](https://github.com/QtExcel/Qlibxlsxwriter)
|
### :star: <b>Qlibxlsxwriter</b> [https://github.com/QtExcel/Qlibxlsxwriter](https://github.com/QtExcel/Qlibxlsxwriter)
|
||||||
|
@ -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/)
|
- Qt is under LGPL v3 license or Commercial license. [https://www.qt.io/](https://www.qt.io/)
|
||||||
|
|
||||||
## :email: Contact
|
## :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)
|
- 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.
|
- 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. :-)
|
- 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>
|
<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.
|
- 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.
|
- 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)
|
### :star: <b>Qlibxlsxwriter</b> [https://github.com/QtExcel/Qlibxlsxwriter](https://github.com/QtExcel/Qlibxlsxwriter)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user