mirror of
https://github.com/QtExcel/QXlsx.git
synced 2025-01-30 05:02:52 +08:00
975 B
975 B
QtXlsxWriter-Static
Read this in other languages: English, 한국어
QtXlsxWriter static library project
- 엑셀 파일(.xlsx) 읽기/쓰기
- 정적 라이브러리 (Qt5)
테스트 환경
- 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)
활용예제 Hello excel
QXlsx::Document xlsx;
xlsx.write("A1", "Hello Qt!");
xlsx.saveAs("Test.xlsx");
라이선스
- MIT License
- 기반 소스코드 출처 Debao Zhang(2014) : https://github.com/dbzhang800/QtXlsxWriter
- The Qt Company : https://www.qt.io/developers/