From 555bba091c5ee0b2789065d7cbe5915fc82e2679 Mon Sep 17 00:00:00 2001 From: Jay Two Date: Thu, 28 Jun 2018 16:05:55 +0900 Subject: [PATCH] update readme --- README.ko.md | 8 ++++++-- README.md | 7 ++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.ko.md b/README.ko.md index ee7eb5e..85adc8a 100644 --- a/README.ko.md +++ b/README.ko.md @@ -79,9 +79,13 @@ qDebug() << var; // 값 표시 * 이슈를 남겨 주세요. [https://github.com/j2doll/QXlsx/issues](https://github.com/j2doll/QXlsx/issues) * 프로젝트 참여에 관심이 있으신 분은 이슈로 연락주세요. -## 진행중인 유사한 프로젝트 +## 유사한 프로젝트 * :star: Qxlnt [https://github.com/j2doll/Qxlnt](https://github.com/j2doll/Qxlnt) - Qxlnt는 xlnt가 Qt에서 사용될 수있게 해주는 도우미 프로젝트입니다. - xlnt는 xlsx Excel 파일을 사용하기에 훌륭한 라이브러리입니다. - xlnt를 Qt에서 사용하기 쉬운 방법을 찾고 있었습니다. 물론 cmake는 Qt와 호환되지만 사용하기가 쉽지 않습니다. 그래서 Qxlnt를 만들었습니다. - \ No newline at end of file + +* :star: Qlibxlsxwriter [https://github.com/j2doll/Qlibxlsxwriter](https://github.com/j2doll/Qlibxlsxwriter) + - Qlibxlsxwriter는 libxlsxwriter를 Qt에서 사용할 수있는 도우미 프로젝트입니다. + - libxlsxwriter는 Excel XLSX 파일을 만들기위한 C 라이브러리 입니다. + diff --git a/README.md b/README.md index 0ae3684..7d4f427 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,13 @@ qDebug() << var; // display value - 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. :-) -## Similar projects going on +## Similar projects * :star: Qxlnt [https://github.com/j2doll/Qxlnt](https://github.com/j2doll/Qxlnt) - Qxlnt is a helper project that allows xlnt to be used in Qt. - xlnt is a excellent library for usinf 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/j2doll/Qlibxlsxwriter](https://github.com/j2doll/Qlibxlsxwriter) + - Qlibxlsxwriter is a helper project that allows libxlsxwriter to be used in Qt. + - libxlsxwriter is a C library for creating Excel XLSX files. +