|
|
|
@ -142,7 +142,7 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
<artifactId>easyexcel</artifactId> |
|
|
|
<artifactId>easyexcel</artifactId> |
|
|
|
<version>3.3.2</version> |
|
|
|
<version>2.2.6</version> |
|
|
|
<exclusions> |
|
|
|
<exclusions> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
@ -151,15 +151,21 @@ |
|
|
|
</exclusions> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>cn.afterturn</groupId> |
|
|
|
|
|
|
|
<artifactId>easypoi-base</artifactId> |
|
|
|
|
|
|
|
<version>3.3.0</version> |
|
|
|
|
|
|
|
<scope>compile</scope> |
|
|
|
|
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<artifactId>poi-ooxml-schemas</artifactId> |
|
|
|
<artifactId>poi-ooxml-schemas</artifactId> |
|
|
|
<version>4.1.2</version> |
|
|
|
</exclusion> |
|
|
|
<scope>compile</scope> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>cn.afterturn</groupId> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<artifactId>easypoi-base</artifactId> |
|
|
|
<artifactId>poi-ooxml-schemas</artifactId> |
|
|
|
<version>4.4.0</version> |
|
|
|
<version>3.17</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
|
|
|