|
|
|
@ -32,6 +32,22 @@
|
|
|
|
|
<artifactId>pinyin4j</artifactId> |
|
|
|
|
<version>2.5.1</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
<artifactId>poi-ooxml</artifactId> |
|
|
|
|
<version>5.0.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
<artifactId>poi</artifactId> |
|
|
|
|
<version>5.0.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
<artifactId>poi-ooxml-full</artifactId> <!--注意--> |
|
|
|
|
<version>5.0.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.dtflys.forest</groupId> |
|
|
|
|
<artifactId>forest-spring-boot-starter</artifactId> |
|
|
|
|