1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-16 04:42:53 +08:00

update readme

This commit is contained in:
Look Skyworker 2018-06-23 15:30:53 +09:00
parent 4c6c5f49aa
commit 8a93655284
2 changed files with 26 additions and 26 deletions

View File

@ -11,7 +11,6 @@
* QXlsx는 개발언어로 C++를 사용합니다. (Qt 5.x 사용)
* QXlsx는 정적 또는 동적 라이브러리를 사용하지 않아도 되도록 제작되었습니다.
![](markdown.data/comp.png)
## 활용 예제 (Hello excel)
@ -40,18 +39,19 @@ qDebug() << var; // 값 표시
* [QXlsx 프로젝트 설정하는 방법](HowToSetProject.ko.md)을 참조하세요.
## 테스트 환경
테스트된 환경은 다음과 같습니다.
- Qt 5.10.1 (MingW/Windows 32bit)
- Qt 5.9.2 (MingW/Windows 32bit)
- Qt 5.9.1 (Visual Studio 2017/Windows 64bit)
- Qt 5.9.1 (Visual Studio 2017/Windows 32bit)
- Qt 5.9.1 (MingW/Windows 32bit)
- Qt 5.9.1 (Ubuntu 16/Linux x64)
- Qt 5.6.0 (MingW/Windows 32bit)
- Qt 5.5.1 (MingW/Windows 32bit)
- Qt 5.5.0 (Ubuntu 17/Linux i686)
- Qt 5.2.0 (Ubuntu 14/Linux x64)
- Qt 5.0.1 (MingW/Windows 32bit)
|Qt |Tool | |OS |Build |
|----------|------------------|--------------|-------|
|Qt 5.10.1 |MingW |Windows 32bit |:smile:|
|Qt 5.9.2 |MingW |Windows 32bit |:smile:|
|Qt 5.9.1 |Visual Studio 2017|Windows 64bit |:smile:|
|Qt 5.9.1 |Visual Studio 2017|Windows 32bit |:smile:|
|Qt 5.9.1 |MingW |Windows 32bit |:smile:|
|Qt 5.9.1 |gcc+make |Ubuntu 16/x64 |:smile:|
|Qt 5.6.0 |MingW |Windows 32bit |:smile:|
|Qt 5.5.1 |MingW |Windows 32bit |:smile:|
|Qt 5.5.0 |gcc+make |Ubuntu 17/i686|:smile:|
|Qt 5.2.0 |gcc+make |Ubuntu 14/x64 |:smile:|
|Qt 5.0.1 |MingW |Windows 32bit |:smile:|
## 테스트 할 일
- 다음과 같은 테스트들이 수행되어야 합니다.

View File

@ -11,7 +11,6 @@
* Development language of QXlsx is C++. (with Qt 5.x)
* You don't need to use static library or dynamic shared object using QXlsx.
![](markdown.data/comp.png)
## Sample (Hello excel)
@ -40,18 +39,19 @@ qDebug() << var; // display value
* See [How to setup QXlsx project](HowToSetProject.md)
## Test environment
Test Environment is below.
- Qt 5.10.1 (MingW/Windows 32bit)
- Qt 5.9.2 (MingW/Windows 32bit)
- Qt 5.9.1 (Visual Studio 2017/Windows 64bit)
- Qt 5.9.1 (Visual Studio 2017/Windows 32bit)
- Qt 5.9.1 (MingW/Windows 32bit)
- Qt 5.9.1 (Ubuntu 16/Linux x64)
- Qt 5.6.0 (MingW/Windows 32bit)
- Qt 5.5.1 (MingW/Windows 32bit)
- Qt 5.5.0 (Ubuntu 17/Linux i686)
- Qt 5.2.0 (Ubuntu 14/Linux x64)
- Qt 5.0.1 (MingW/Windows 32bit)
|Qt |Tool | |OS |Build |
|----------|------------------|--------------|-------|
|Qt 5.10.1 |MingW |Windows 32bit |:smile:|
|Qt 5.9.2 |MingW |Windows 32bit |:smile:|
|Qt 5.9.1 |Visual Studio 2017|Windows 64bit |:smile:|
|Qt 5.9.1 |Visual Studio 2017|Windows 32bit |:smile:|
|Qt 5.9.1 |MingW |Windows 32bit |:smile:|
|Qt 5.9.1 |gcc+make |Ubuntu 16/x64 |:smile:|
|Qt 5.6.0 |MingW |Windows 32bit |:smile:|
|Qt 5.5.1 |MingW |Windows 32bit |:smile:|
|Qt 5.5.0 |gcc+make |Ubuntu 17/i686|:smile:|
|Qt 5.2.0 |gcc+make |Ubuntu 14/x64 |:smile:|
|Qt 5.0.1 |MingW |Windows 32bit |:smile:|
## To Test
- The following tests should be performed.