mirror of
https://github.com/QtExcel/QXlsx.git
synced 2025-01-16 04:42:53 +08:00
Merge branch 'dev'
This commit is contained in:
commit
4d415f359b
@ -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를 만들었습니다.
|
||||
|
||||
|
||||
* :star: Qlibxlsxwriter [https://github.com/j2doll/Qlibxlsxwriter](https://github.com/j2doll/Qlibxlsxwriter)
|
||||
- Qlibxlsxwriter는 libxlsxwriter를 Qt에서 사용할 수있는 도우미 프로젝트입니다.
|
||||
- libxlsxwriter는 Excel XLSX 파일을 만들기위한 C 라이브러리 입니다.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user