Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 681 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 681 Bytes

Fastexcel

xxx xxx xxx xxx

A Java library for reading and writing big excel files quickly and easily.

See the 中文文档 for Chinese readme.

Examples

https://github.com/yyfcode/fastexcel-demo

Maven configuration

<dependency>
    <groupId>com.jeeapp</groupId>
    <artifactId>fastexcel</artifactId>
    <version>0.0.4</version>
</dependency>