From 645619f9eb30db52d651f102fe13cede89a67bfc Mon Sep 17 00:00:00 2001 From: chenjiahe <763432473@qq.com> Date: 星期三, 25 十月 2023 19:08:09 +0800 Subject: [PATCH] 新版excel优化 --- pom.xml | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 8352058..0b64cd8 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <artifactId>jaxb-api</artifactId> </dependency> - <dependency> + <!-- <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>3.9</version> @@ -31,7 +31,7 @@ <groupId>dom4j</groupId> </exclusion> </exclusions> - </dependency> + </dependency>--> <!--鑵捐浜� cos--> <dependency> @@ -117,11 +117,6 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - </dependency> - <!-- excel2003浣跨敤鐨刯ar --> - <dependency> - <groupId>org.apache.poi</groupId> - <artifactId>poi</artifactId> </dependency> <dependency> <groupId>redis.clients</groupId> @@ -295,6 +290,13 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> + + <!-- https://mvnrepository.com/artifact/com.monitorjbl/xlsx-streamer --> + <dependency> + <groupId>com.monitorjbl</groupId> + <artifactId>xlsx-streamer</artifactId> + </dependency> + </dependencies> <build> -- Gitblit v1.8.0