|
@@ -100,6 +100,7 @@
|
|
|
<easyexcel.version>4.0.3</easyexcel.version>
|
|
<easyexcel.version>4.0.3</easyexcel.version>
|
|
|
<jasypt.version>3.0.5</jasypt.version>
|
|
<jasypt.version>3.0.5</jasypt.version>
|
|
|
<gson.version>2.13.2</gson.version>
|
|
<gson.version>2.13.2</gson.version>
|
|
|
|
|
+ <poi.version>5.5.0</poi.version>
|
|
|
|
|
|
|
|
<!--imwork-commons-->
|
|
<!--imwork-commons-->
|
|
|
<imwork-commons.version>${project.version}</imwork-commons.version>
|
|
<imwork-commons.version>${project.version}</imwork-commons.version>
|
|
@@ -107,6 +108,31 @@
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ <artifactId>poi-excelant</artifactId>
|
|
|
|
|
+ <version>${poi.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ <artifactId>poi-ooxml-full</artifactId>
|
|
|
|
|
+ <version>${poi.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ <artifactId>poi-scratchpad</artifactId>
|
|
|
|
|
+ <version>${poi.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ <artifactId>poi-ooxml</artifactId>
|
|
|
|
|
+ <version>${poi.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ <artifactId>poi</artifactId>
|
|
|
|
|
+ <version>${poi.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
<artifactId>gson</artifactId>
|
|
<artifactId>gson</artifactId>
|