Browse Source

* 修复长时间运行会产生大对象的bug [Issue #2725](https://github.com/alibaba/easyexcel/issues/2725)

pull/2781/head
Jiaju Zhuang 2 years ago
parent
commit
e64e8084f0
  1. 2
      README.md

2
README.md

@ -35,7 +35,7 @@ Java解析、生成Excel比较有名的框架有Apache poi、jxl。但他们都
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId> <artifactId>easyexcel</artifactId>
<version>3.1.1</version> <version>3.1.2</version>
</dependency> </dependency>
``` ```

Loading…
Cancel
Save