* 优化大文件内存存储,减少内存占用 [Issue #2657](https://github.com/alibaba/easyexcel/issues/2657)

This commit is contained in:
Jiaju Zhuang 2023-02-10 15:10:10 +08:00
parent 58e5ca1739
commit 9dd9fa7638
3 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ easyexcel重写了poi对07版Excel的解析一个3M的excel用POI sax解析
* github地址[https://github.com/alibaba/easyexcel](https://github.com/alibaba/easyexcel) * github地址[https://github.com/alibaba/easyexcel](https://github.com/alibaba/easyexcel)
* gitee地址[https://gitee.com/easyexcel/easyexcel](https://gitee.com/easyexcel/easyexcel) * gitee地址[https://gitee.com/easyexcel/easyexcel](https://gitee.com/easyexcel/easyexcel)
# 64M内存20秒读取75M(46W行25列)的Excel3.0.2+版本) # 16M内存23秒读取75M(46W行25列)的Excel3.2.1+版本)
当然还有[极速模式](https://easyexcel.opensource.alibaba.com/qa/read#%E5%BC%80%E5%90%AF%E6%80%A5%E9%80%9F%E6%A8%A1%E5%BC%8F) 当然还有[极速模式](https://easyexcel.opensource.alibaba.com/qa/read#%E5%BC%80%E5%90%AF%E6%80%A5%E9%80%9F%E6%A8%A1%E5%BC%8F)
能更快但是内存占用会在100M多一点 能更快但是内存占用会在100M多一点

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 20 KiB