2017-08-20 17:03:24 +09:00
|
|
|
# QtXlsxWriter-Static
|
2017-08-20 17:04:40 +09:00
|
|
|
|
|
|
|
*Read this in other languages: [English](README.md), [한국어](README.ko.md)*
|
|
|
|
|
2017-08-20 17:03:24 +09:00
|
|
|
## QtXlsxWriter static library project
|
2017-08-20 17:09:07 +09:00
|
|
|
* 마이크로소프트 엑셀 파일 읽기/쓰기 라이브러리 (Qt5용)
|
|
|
|
* 정적 라이브러리로 사용.
|
|
|
|
* 일부 버그가 수정되었음.
|
2017-08-20 17:03:24 +09:00
|
|
|
|
2017-08-20 17:09:07 +09:00
|
|
|
## 테스트 환경
|
2017-08-20 17:03:24 +09:00
|
|
|
* Qt 5.9.1 (MingW/Windows 32bit)
|
|
|
|
* Qt 5.9.1 (Ubuntu 16/Linux x64)
|
|
|
|
* Qt 5.5.1 (MingW/Windows 32bit)
|
|
|
|
* Qt 5.6.0 (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)
|
|
|
|
|
2017-08-20 17:09:07 +09:00
|
|
|
## 활용예제 Hello excel
|
2017-08-20 17:03:24 +09:00
|
|
|
```cpp
|
|
|
|
QXlsx::Document xlsx;
|
|
|
|
xlsx.write("A1", "Hello Qt!");
|
|
|
|
xlsx.saveAs("Test.xlsx");
|
|
|
|
```
|
|
|
|
|
|
|
|
## Copyright
|
|
|
|
* MIT License
|
2017-08-20 17:09:07 +09:00
|
|
|
* 기반 소스코드 출처 Debao Zhang(2014) : [https://github.com/dbzhang800/QtXlsxWriter](https://github.com/dbzhang800/QtXlsxWriter)
|
2017-08-20 17:03:24 +09:00
|
|
|
* The Qt Company :
|
|
|
|
[https://www.qt.io/developers/](https://www.qt.io/developers/)
|
|
|
|
|
2017-08-20 17:09:07 +09:00
|
|
|
## 배포/문의
|
2017-08-20 17:03:24 +09:00
|
|
|
* [https://github.com/j2doll](https://github.com/j2doll)
|
|
|
|
* [mailto:j2doll@gmail.com](mailto:j2doll@gmail.com)
|