|
|
|
@@ -171,9 +171,24 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>commons-io</groupId> |
|
|
|
<artifactId>commons-io</artifactId> |
|
|
|
<version>2.6</version> |
|
|
|
<version>2.5</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!--easypoi--> |
|
|
|
<dependency> |
|
|
|
<groupId>cn.afterturn</groupId> |
|
|
|
<artifactId>easypoi-spring-boot-starter</artifactId> |
|
|
|
<version>3.2.0</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml-schemas --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<artifactId>poi-ooxml-schemas</artifactId> |
|
|
|
<version>3.15</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</dependencies> |
|
|
|
<build> |
|
|
|
|