From ae4f9460448398f72e0291224e4684da8f5fd375 Mon Sep 17 00:00:00 2001 From: Jay Two Date: Wed, 11 Sep 2019 22:15:30 +0900 Subject: [PATCH] :monkey: update markdown --- Example.md | 12 ++++++------ README.ko.md | 2 +- README.md | 3 +-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Example.md b/Example.md index b37863e..94ff522 100644 --- a/Example.md +++ b/Example.md @@ -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) diff --git a/README.ko.md b/README.ko.md index 4dcb00e..1685c44 100644 --- a/README.ko.md +++ b/README.ko.md @@ -59,7 +59,7 @@ Travis CI | AppVeyor | CodeFactor

- Qxlnt는 xlnt가 Qt에서 사용될 수있게 해주는 도우미 프로젝트입니다. -- xlnt는 xlsx Excel 파일을 사용하기에 훌륭한 C++ 라이브러리입니다. :+1: +- xlnt는 xlsx Excel 파일을 사용하기에 훌륭한 C++ 라이브러리입니다. - xlnt를 Qt에서 사용하기 쉬운 방법을 찾고 있었습니다. 물론 cmake는 Qt와 호환되지만 사용하기가 쉽지 않습니다. 그래서 Qxlnt를 만들었습니다. ### :star: Qlibxlsxwriter [https://github.com/QtExcel/Qlibxlsxwriter](https://github.com/QtExcel/Qlibxlsxwriter) diff --git a/README.md b/README.md index 8fded46..ef144cc 100644 --- a/README.md +++ b/README.md @@ -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

- 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: Qlibxlsxwriter [https://github.com/QtExcel/Qlibxlsxwriter](https://github.com/QtExcel/Qlibxlsxwriter)