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

update text

This commit is contained in:
Jay Two 2019-10-05 00:36:13 +09:00
parent d0ee7ad051
commit 864010e0af
3 changed files with 4 additions and 2 deletions

2
Pump/LICENSE.txt Normal file
View File

@ -0,0 +1,2 @@
- xlsx_files data is a part of libxlsxwriter.
- https://github.com/jmcnamara/libxlsxwriter

View File

@ -11,7 +11,7 @@
- 물론 정적 라이브러리(static library)로 사용할 수도 있습니다. - 물론 정적 라이브러리(static library)로 사용할 수도 있습니다.
## 사용하는 방법 ## 사용하는 방법
- [예제](Example.md)를 참조하세요. - [예제](Example.md) 또는 [위키](https://github.com/QtExcel/QXlsx/wiki) 를 참조하세요.
- HelloWorld : 헬로우 월드 예제 (가장 기본적인 구조) - HelloWorld : 헬로우 월드 예제 (가장 기본적인 구조)
- TestExcel : QtXlsx 예제에 기반한 기본 예제 - TestExcel : QtXlsx 예제에 기반한 기본 예제
- HelloAndroid : 안드로이드에서 xlsx 파일 열기 - HelloAndroid : 안드로이드에서 xlsx 파일 열기

View File

@ -11,7 +11,7 @@
- You can also use it as a static library. - You can also use it as a static library.
## How to use ## How to use
- See [examples](Example.md) - See [examples](Example.md) or [wiki](https://github.com/QtExcel/QXlsx/wiki)
- HelloWorld : Hello world example (the most basic structure) - HelloWorld : Hello world example (the most basic structure)
- TestExcel : basic samples based on QtXlsx samples - TestExcel : basic samples based on QtXlsx samples
- HelloAndroid : read xlsx on Android - HelloAndroid : read xlsx on Android