From a5ffb867902d440f0e1b4dfea47c8fb79ed954c7 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Tue, 18 Nov 2025 00:53:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(pom):=20=E6=B7=BB=E5=8A=A0Apache=20POI?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E4=BB=A5=E6=94=AF=E6=8C=81Excel=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加poi依赖版本5.4.0 - 添加poi-ooxml依赖版本5.4.0 - 支持Excel文件的读写操作 - 为后续Excel导出功能做准备 - 统一管理POI相关依赖版本 - 更新项目依赖结构 --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 070e7e3a..7511e9b0 100644 --- a/pom.xml +++ b/pom.xml @@ -272,6 +272,18 @@ org.springframework.kafka spring-kafka + + + + org.apache.poi + poi + 5.4.0 + + + org.apache.poi + poi-ooxml + 5.4.0 +