Skip to content

Commit

Permalink
1. 修改readme
Browse files Browse the repository at this point in the history
2. 加入travis ci
  • Loading branch information
zhuangjiaju committed Jul 4, 2019
1 parent 5bed05b commit b1a4f9c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: java
jdk: oraclejdk8
script: "./mvnw install -B -V"
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<p align="center">
<h1>
<span>easyexcel<span>
<a target="_blank" href="https://travis-ci.org/alibaba/easyexcel">
<img src="https://travis-ci.org/alibaba/easyexcel.svg?branch=master" ></img>
</a>
</h1>
</p>
<p align="center">
QQ群: <a href="//shang.qq.com/wpa/qunwpa?idkey=53d9d821b0833e3c14670f007488a61e300f00ff4f1b81fd950590d90dd80f80">662022184</a>
</p>

----------------------------------

# JAVA解析Excel工具easyexcel
Java解析、生成Excel比较有名的框架有Apache poi、jxl。但他们都存在一个严重的问题就是非常的耗内存,poi有一套SAX模式的API可以一定程度的解决一些内存溢出的问题,但POI还是有一些缺陷,比如07版Excel解压缩以及解压后存储都是在内存中完成的,内存消耗依然很大。easyexcel重写了poi对07版Excel的解析,能够原本一个3M的excel用POI sax依然需要100M左右内存降低到KB级别,并且再大的excel不会出现内存溢出,03版依赖POI的sax模式。在上层做了模型转换的封装,让使用者更加简单方便
## 相关文档
Expand Down Expand Up @@ -149,7 +163,4 @@ public class Down {
阿里巴巴新零售事业部--诚招JAVA资深开发、技术专家。有意向可以微信联系,简历可以发我邮箱jipengfei.jpf@alibaba-inc.com
或者加微信:18042000709
#### 微信
<img src="https://github.com/alibaba/easyexcel/blob/master/img/readme/wechat.png" width="30%" height="30%" />

#### QQ交流群
<img src="https://github.com/alibaba/easyexcel/blob/master/img/readme/qq.jpg" width="30%" height="30%" />
<img src="https://github.com/alibaba/easyexcel/blob/master/img/readme/wechat.png" width="30%" height="30%" />
Binary file removed img/readme/qq.jpg
Binary file not shown.

0 comments on commit b1a4f9c

Please sign in to comment.