From c49f097a8712f1e32774c73315ee17935407cc0c Mon Sep 17 00:00:00 2001 From: "jipengfei.jpf" Date: Mon, 15 Oct 2018 15:15:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=BF=E9=87=8C=E5=85=A7=E9=83=A8=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E7=89=88=E6=9C=AC=E5=BC=80=E6=BA=90=EF=BC=8C=E4=B8=BA?= =?UTF-8?q?=E4=BA=86=E7=A8=B3=E5=AE=9A=E6=80=A707=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=E4=BF=AE=E6=94=B9=E4=B8=BA=E5=BA=95=E5=B1=82?= =?UTF-8?q?=E4=BD=BF=E7=94=A8POI=E8=A7=A3=E6=9E=90=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 462d5f9..f14bdc3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.alibaba easyexcel - 1.0.4 + 1.1.0 jar easyexcel easyexcel is a excel handle tools written in Java @@ -58,12 +58,12 @@ org.apache.poi poi - 3.15 + 3.17 org.apache.poi poi-ooxml - 3.15 + 3.17 commons-beanutils -- GitLab