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