From 1df22b609cf56e98ae25b44bd80210d39d9e6280 Mon Sep 17 00:00:00 2001 From: chenjiahe <763432473@qq.com> Date: 星期一, 04 九月 2023 11:13:17 +0800 Subject: [PATCH] excel读方法jar --- pom.xml | 24 +++++++++++++++++++----- 1 files changed, 19 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 68ed6d3..1f3529c 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,6 @@ <sfjson.version>2.4</sfjson.version> <orgApache.commons>3.9</orgApache.commons> <commons-io>2.6</commons-io> - <orgApache.poi>3.9</orgApache.poi> <net.sourceforge>2.6.12</net.sourceforge> <pinyin4j>2.5.1</pinyin4j> <commons.lang.version>2.5</commons.lang.version> @@ -61,11 +60,20 @@ <jasypt.version>2.1.2</jasypt.version> <!--瀵硅薄涓嶺ML澶勭悊--> <jaxb.version>2.3.1</jaxb.version> + <fileupload.version>1.4</fileupload.version> + <xlsx-streamer.version>2.2.0</xlsx-streamer.version> </properties> <!-- 澹版槑渚濊禆涓嶅紩鍏� --> <dependencyManagement> <dependencies> + + <!--File杞琈ultipartFile--> + <dependency> + <groupId>commons-fileupload</groupId> + <artifactId>commons-fileupload</artifactId> + <version>${fileupload.version}</version> + </dependency> <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api --> <dependency> @@ -199,19 +207,24 @@ </dependency> <!-- excel2003浣跨敤鐨刯ar --> - <dependency> + <!--<dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>${orgApache.poi}</version> </dependency> - <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml --> + <!– https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml –> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> - <version>3.9</version> - </dependency> + <version>${orgApache.poi}</version> + </dependency>--> + <dependency> + <groupId>com.monitorjbl</groupId> + <artifactId>xlsx-streamer</artifactId> + <version>${xlsx-streamer.version}</version> + </dependency> <dependency> @@ -345,6 +358,7 @@ <artifactId>ezmorph</artifactId> <version>${ezmorph.version}</version> </dependency> + </dependencies> </dependencyManagement> -- Gitblit v1.8.0