!52 feat(excel): 新增EasyExcel分批导入,支持字典校验和Hibernate Validator

* feat(excel): 新增EasyExcel分批导入,支持字典校验和Hibernate Validator
* feat(excel): 新增EasyExcel导出工具类,基于@Excel注解解析并支持模板表头下载
* chore: 添加easyexcel依赖
This commit is contained in:
new_new_new
2026-06-23 10:36:56 +00:00
parent 8b3dd7fb8f
commit 9aec8dbbbe
11 changed files with 828 additions and 27 deletions
+8
View File
@@ -105,6 +105,7 @@
<qiniu-uapp-sdk.version>7.4.0</qiniu-uapp-sdk.version>
<jsoup.version>1.11.3</jsoup.version>
<esayexcel.version>4.0.3</esayexcel.version>
</properties>
@@ -346,6 +347,13 @@
<version>${dom4j.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>${esayexcel.version}</version>
<scope>compile</scope>
</dependency>
<!-- hutool工具类
<dependency>
<groupId>cn.hutool</groupId>