1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-16 04:42:53 +08:00
QXlsx/README.ko.md
2017-08-20 17:09:07 +09:00

1.0 KiB

QtXlsxWriter-Static

Read this in other languages: English, 한국어

QtXlsxWriter static library project

  • 마이크로소프트 엑셀 파일 읽기/쓰기 라이브러리 (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");

배포/문의