文件导入改善

This commit is contained in:
lym
2025-01-07 14:21:29 +08:00
parent 87bd765361
commit 376af44963
15 changed files with 919 additions and 674 deletions
+34
View File
@@ -89,6 +89,9 @@
<!-- 拼音 -->
<pingyinfj.version>2.5.1</pingyinfj.version>
<xlsx-streamer.version>2.1.0</xlsx-streamer.version>
<stax-api.version>1.0-2</stax-api.version>
<excel-poi.version>4.1.2</excel-poi.version>
</properties>
<dependencyManagement>
@@ -511,6 +514,17 @@
<version>${easyexcel.verion}</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>${excel-poi.version}</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>${excel-poi.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
@@ -647,6 +661,26 @@
<version>${pingyinfj.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.monitorjbl/xlsx-streamer -->
<dependency>
<groupId>com.monitorjbl</groupId>
<artifactId>xlsx-streamer</artifactId>
<version>${xlsx-streamer.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.xml.stream/stax-api -->
<dependency>
<groupId>javax.xml.stream</groupId>
<artifactId>stax-api</artifactId>
<version>${stax-api.version}</version>
</dependency>
<!-- SMS SDK begin -->
<dependency>
<groupId>com.aliyun</groupId>