File tree 1 file changed +10
-11
lines changed
1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,16 @@ EasyExcel
10
10
Java解析、生成Excel比较有名的框架有Apache poi、jxl。但他们都存在一个严重的问题就是非常的耗内存,poi有一套SAX模式的API可以一定程度的解决一些内存溢出的问题,但POI还是有一些缺陷,比如07版Excel解压缩以及解压后存储都是在内存中完成的,内存消耗依然很大。
11
11
easyexcel重写了poi对07版Excel的解析,一个3M的excel用POI sax解析依然需要100M左右内存,改用easyexcel可以降低到几M,并且再大的excel也不会出现内存溢出;03版依赖POI的sax模式,在上层做了模型转换的封装,让使用者更加简单方便
12
12
13
- # 🔥阿里巴巴(淘天集团)岗位内推
14
- * 内推优势
15
- * 更专业的简历指导
16
- * 更多岗位前置知识
17
- * 更快的面试进度以及进度查询
18
- * 内推岗位
19
- * 🔥可在 [ 淘猫集团岗位搜索] ( https://talent.taotian.com/off-campus/position-list?lang=zh&search= ) 搜索岗位
20
- * [ 非淘天集团岗位搜索] ( https://talent.alibaba.com/ ) 首页往下拉可以看到各个集团
21
- * 内推
22
-
23
- * 或者 [ 联系我们] ( https://easyexcel.opensource.alibaba.com/community/support ) 加入钉钉群联系群主
13
+ # 推荐 Easyexcel 作者新开源作品 Chat2DB
14
+
15
+ Github 地址: [ https://github.com/chat2db/Chat2DB ] ( https://github.com/chat2db/Chat2DB )
16
+ 官网:[ https://chat2db-ai.com ] ( https://chat2db-ai.com )
17
+ <p align =" center " >
18
+ <a href="https://chat2db.ai/" target="_blank">
19
+ <img src="https://chat2db-cdn.oss-us-west-1.aliyuncs.com/website/img/cover.png" alt="Chat2DB" />
20
+ </a>
21
+ </p >
22
+
24
23
25
24
# 网站
26
25
* 官方网站:[ https://easyexcel.opensource.alibaba.com/ ] ( https://easyexcel.opensource.alibaba.com/ )
You can’t perform that action at this time.
0 commit comments