Browse Source

阿里內部最新版本开源,为了稳定性07版本解析修改为底层使用POI解析。

pull/89/head
jipengfei.jpf 6 years ago
parent
commit
c49f097a87
  1. 6
      pom.xml

6
pom.xml

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
<packaging>jar</packaging>
<name>easyexcel</name>
<description>easyexcel is a excel handle tools written in Java</description>
@ -58,12 +58,12 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.15</version>
<version>3.17</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.15</version>
<version>3.17</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>

Loading…
Cancel
Save