From d040124a0ed12044ab72167b3de07e786127acaf Mon Sep 17 00:00:00 2001 From: Jiaju Zhuang Date: Fri, 20 Sep 2019 23:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8D=E7=BA=A7poi=E4=B8=BA3.1.7=20=E5=85=BC?= =?UTF-8?q?=E5=AE=B9jdk6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- update.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 754c945..78bf2fa 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.alibaba easyexcel - 2.0.0 + 2.0.1 jar easyexcel diff --git a/update.md b/update.md index 0efb5ef..7af609f 100644 --- a/update.md +++ b/update.md @@ -1,3 +1,6 @@ +# 2.0.1 +* 降级poi为3.1.7 兼容jdk6 + # 2.0.0 * 修复当cell为空可能会抛出空指针的bug * 修复电话等长数字可能出现科学计数法的问题 [Issue #583](https://github.com/alibaba/easyexcel/issues/583)