refactor: Update EasyExcel to FastExcel (easyexcel-plus)

This commit is contained in:
Ray.Hao
2025-03-24 12:52:46 +08:00
parent 490a03e85d
commit 7aef158dca
7 changed files with 17 additions and 16 deletions

10
pom.xml
View File

@@ -33,7 +33,7 @@
<xxl-job.version>2.4.2</xxl-job.version>
<easyexcel.version>3.2.1</easyexcel.version>
<fastexcel.version>1.1.0</fastexcel.version>
<!-- 对象存储 -->
<minio.version>8.5.10</minio.version>
@@ -157,11 +157,13 @@
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>${easyexcel.version}</version>
<groupId>cn.idev.excel</groupId>
<artifactId>fastexcel</artifactId>
<version>${fastexcel.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>