chore: 添加easyexcel依赖
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user