refactor(excel): file => excel

This commit is contained in:
2025-06-17 21:19:57 +08:00
parent 8806eb9942
commit 5a53d953da
19 changed files with 253 additions and 119 deletions

View File

@@ -196,13 +196,24 @@
<version>${revision}</version>
</dependency>
<!-- 文件处理模块 - Excel -->
<!-- Excel 文件处理模块 - FastExcel -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-starter-file-excel</artifactId>
<artifactId>continew-starter-excel-fastexcel</artifactId>
<version>${revision}</version>
</dependency>
<!-- Excel 文件处理模块 - POI -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-starter-excel-poi</artifactId>
<version>${revision}</version>
</dependency>
<!-- Excel 文件处理模块 - 核心模块 -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-starter-excel-core</artifactId>
<version>${revision}</version>
</dependency>
<!-- 存储模块 - 本地存储 -->
<dependency>