From 926a8b4621713460dd5622a5847edecda1e905ea Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期四, 05 六月 2025 17:26:25 +0800 Subject: [PATCH] 表格生成调整 --- pom.xml | 34 +++++++++++++++++++++++++++++++++- 1 files changed, 33 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 332027b..f7d0d94 100644 --- a/pom.xml +++ b/pom.xml @@ -161,11 +161,43 @@ <artifactId>commons-lang3</artifactId> <version>3.4</version> </dependency> - <dependency> + <!--<dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>4.1.2</version> + </dependency>--> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml</artifactId> + <version>5.2.3</version> </dependency> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi</artifactId> + <version>5.2.3</version> + </dependency> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml-full</artifactId> + <version>5.2.3</version> + </dependency> + <!-- OOXML Schemas --> + <dependency> + <groupId>org.apache.xmlbeans</groupId> + <artifactId>xmlbeans</artifactId> + <version>5.1.1</version> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-collections4</artifactId> + <version>4.4</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api</artifactId> + <version>2.18.0</version> + </dependency> + <!--澶栭儴寮曞叆-浜鸿劯璇嗗埆sdk--> <dependency> <groupId>org.apache.tomcat.embed</groupId> -- Gitblit v1.9.1