浏览代码

引入poi

Raod 4 年之前
父节点
当前提交
925386fd76
共有 1 个文件被更改,包括 13 次插入3 次删除
  1. 13 3
      report-core/pom.xml

+ 13 - 3
report-core/pom.xml

@@ -118,9 +118,19 @@
         </dependency>
 
         <dependency>
-            <groupId>com.alibaba</groupId>
-            <artifactId>easyexcel</artifactId>
-            <version>2.2.6</version>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi</artifactId>
+            <version>4.1.2</version>
+        </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-schemas</artifactId>
+            <version>4.1.2</version>
         </dependency>
     </dependencies>