!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
+9
View File
@@ -327,5 +327,14 @@
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-chatgpt</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>