苍穹外卖--POI的入门案例-读写操作

This commit is contained in:
2025-12-02 14:27:29 +08:00
parent c65b6f7426
commit 7469f1f209
8 changed files with 318 additions and 1 deletions

View File

@@ -108,7 +108,7 @@
<artifactId>jaxb-api</artifactId>
</dependency>
<!-- poi -->
<!-- poi 操作微软办公软件特别是execl表格 -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
@@ -117,6 +117,7 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
</dependency>
<!--WebSocket依赖客户端&服务端双向通讯-->
<dependency>
<groupId>org.springframework.boot</groupId>