mirror of
https://github.com/QtExcel/QXlsx.git
synced 2025-01-16 04:42:53 +08:00
update readme
This commit is contained in:
parent
127f2ce33b
commit
eb09d36a84
@ -4,10 +4,6 @@
|
||||
|
||||
<p align="center"><img src="https://github.com/j2doll/QXlsx/raw/master/markdown.data/QXlsx-Desktop.png"></p>
|
||||
|
||||
Linux/gcc/Qt | Windows/VC++/Qt
|
||||
:----------: | :-------------:
|
||||
[![Build Status](https://travis-ci.com/j2doll/QXlsx.svg?branch=master)](https://travis-ci.com/j2doll/QXlsx) | [![Build status](https://ci.appveyor.com/api/projects/status/jkod8257gg66vm6e?svg=true)](https://ci.appveyor.com/project/j2doll/qxlsx)
|
||||
|
||||
- QXlsx는 엑셀 파일(*.xlsx)을 읽고 쓰는 라이브러리입니다.
|
||||
- QtXlsx가 더이상 지원되지 않기 때문에(2014), QtXlsx에 기반한 새로운 프로젝트를 만들었습니다. (2017-)
|
||||
- QXlsx는 개발언어로 C++를 사용합니다. (Qt 사용)
|
||||
@ -52,6 +48,10 @@ qDebug() << var; // 값 표시
|
||||
|
||||
## 테스트 환경
|
||||
|
||||
Linux/gcc/Qt | Windows/VC++/Qt
|
||||
:----------: | :-------------:
|
||||
[![Build Status](https://travis-ci.com/j2doll/QXlsx.svg?branch=master)](https://travis-ci.com/j2doll/QXlsx) | [![Build status](https://ci.appveyor.com/api/projects/status/jkod8257gg66vm6e?svg=true)](https://ci.appveyor.com/project/j2doll/qxlsx)
|
||||
|
||||
- [테스트된 환경](TestEnv.md) 참조
|
||||
|
||||
## 할 일
|
||||
|
@ -4,10 +4,6 @@
|
||||
|
||||
<p align="center"><img src="https://github.com/j2doll/QXlsx/raw/master/markdown.data/QXlsx-Desktop.png"></p>
|
||||
|
||||
Linux/gcc/Qt | Windows/VC++/Qt
|
||||
:----------: | :-------------:
|
||||
[![Build Status](https://travis-ci.com/j2doll/QXlsx.svg?branch=master)](https://travis-ci.com/j2doll/QXlsx) | [![Build status](https://ci.appveyor.com/api/projects/status/jkod8257gg66vm6e?svg=true)](https://ci.appveyor.com/project/j2doll/qxlsx)
|
||||
|
||||
- QXlsx is excel file(*.xlsx) reader/writer library.
|
||||
- Because QtXlsx is no longer supported(2014), I created a new project that is based on QtXlsx. (2017-)
|
||||
- Development language of QXlsx is C++. (with Qt)
|
||||
@ -52,6 +48,10 @@ qDebug() << var; // display value
|
||||
|
||||
## Tested environment
|
||||
|
||||
Linux/gcc/Qt | Windows/VC++/Qt
|
||||
:----------: | :-------------:
|
||||
[![Build Status](https://travis-ci.com/j2doll/QXlsx.svg?branch=master)](https://travis-ci.com/j2doll/QXlsx) | [![Build status](https://ci.appveyor.com/api/projects/status/jkod8257gg66vm6e?svg=true)](https://ci.appveyor.com/project/j2doll/qxlsx)
|
||||
|
||||
- See [tested environments](TestEnv.md)
|
||||
|
||||
## To Do
|
||||
|
Loading…
x
Reference in New Issue
Block a user