From 1033a2514e0c3af8901d38f6fa6eeeedeede615f Mon Sep 17 00:00:00 2001 From: Jiaju Zhuang Date: Sat, 14 Jan 2023 18:56:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Egitee=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b77a4c67..38d5ba9e 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,10 @@ 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模式,在上层做了模型转换的封装,让使用者更加简单方便 -# github地址 - -[https://github.com/alibaba/easyexcel](https://github.com/alibaba/easyexcel) - -# 官方网站 - -[https://easyexcel.opensource.alibaba.com/](https://easyexcel.opensource.alibaba.com/) +# 网站 +* 官方网站:[https://easyexcel.opensource.alibaba.com/](https://easyexcel.opensource.alibaba.com/) +* github地址:[https://github.com/alibaba/easyexcel](https://github.com/alibaba/easyexcel) +* gitee地址:[https://gitee.com/easyexcel/easyexcel](https://gitee.com/easyexcel/easyexcel) # 64M内存20秒读取75M(46W行25列)的Excel(3.0.2+版本)