This commit is contained in:
ls
2025-02-08 15:20:32 +08:00
parent 7f282c6428
commit 2bdba069f1
3 changed files with 23 additions and 2 deletions

View File

@@ -287,6 +287,16 @@
</dependency>
<!-- AutoPoi Excel工具类-->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>4.1.2</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>4.1.2</version>
</dependency>
<dependency>
<groupId>org.jeecgframework.boot3</groupId>
<artifactId>autopoi-web</artifactId>