Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chat2DB-Pro committed Apr 22, 2024
1 parent 47a0bc1 commit 49cc0b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# 必读

* [必读](https://mp.weixin.qq.com/s/8RCyyx1EspiDPFnoYMx-Kw)

EasyExcel
======================
Expand All @@ -9,6 +7,10 @@ EasyExcel
[![License](http://img.shields.io/:license-apache-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![](https://img.shields.io/badge/EasyExcel-%E6%9F%A5%E7%9C%8B%E8%B4%A1%E7%8C%AE%E6%8E%92%E8%A1%8C%E6%A6%9C-orange)](https://opensource.alibaba.com/contribution_leaderboard/details?projectValue=easyexcel)



* [新手必读 https://mp.weixin.qq.com/s/8RCyyx1EspiDPFnoYMx-Kw ](https://mp.weixin.qq.com/s/8RCyyx1EspiDPFnoYMx-Kw)

# JAVA解析Excel工具

Java解析、生成Excel比较有名的框架有Apache poi、jxl。但他们都存在一个严重的问题就是非常的耗内存,poi有一套SAX模式的API可以一定程度的解决一些内存溢出的问题,但POI还是有一些缺陷,比如07版Excel解压缩以及解压后存储都是在内存中完成的,内存消耗依然很大。
Expand Down

0 comments on commit 49cc0b0

Please sign in to comment.