Skip to content

Commit

Permalink
Merge pull request #3731 from alibaba/bugfix20240311
Browse files Browse the repository at this point in the history
Bugfix20240311
  • Loading branch information
zhuangjiaju authored Mar 18, 2024
2 parents 89e4f66 + 0789e94 commit 6f38898
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ EasyExcel
Java解析、生成Excel比较有名的框架有Apache poi、jxl。但他们都存在一个严重的问题就是非常的耗内存,poi有一套SAX模式的API可以一定程度的解决一些内存溢出的问题,但POI还是有一些缺陷,比如07版Excel解压缩以及解压后存储都是在内存中完成的,内存消耗依然很大。
easyexcel重写了poi对07版Excel的解析,一个3M的excel用POI sax解析依然需要100M左右内存,改用easyexcel可以降低到几M,并且再大的excel也不会出现内存溢出;03版依赖POI的sax模式,在上层做了模型转换的封装,让使用者更加简单方便

# 🔥阿里巴巴(淘天集团)岗位内推
* 内推优势
* 更专业的简历指导
* 更多岗位前置知识
* 更快的面试进度以及进度查询
* 内推岗位
* 🔥可在 [淘猫集团岗位搜索](https://talent.taotian.com/off-campus/position-list?lang=zh&search=) 搜索岗位
* [非淘天集团岗位搜索](https://talent.alibaba.com/) 首页往下拉可以看到各个集团
* 内推
* 发送简历到 [email protected]
* 或者 [联系我们](https://easyexcel.opensource.alibaba.com/community/support) 加入钉钉群联系群主

# 网站
* 官方网站:[https://easyexcel.opensource.alibaba.com/](https://easyexcel.opensource.alibaba.com/)
* github地址:[https://github.com/alibaba/easyexcel](https://github.com/alibaba/easyexcel)
Expand Down

0 comments on commit 6f38898

Please sign in to comment.