Browse Source

word template 3

yuedefeng 6 years ago
parent
commit
6fbd765a6e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -379,6 +379,12 @@
             <artifactId>aspose-cells</artifactId>
             <version>8.5.2</version>
         </dependency>
+        <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-ooxml</artifactId>
+            <version>4.0.1</version>
+        </dependency>
         <!-- 操作word -->
         <dependency>
             <groupId>com.deepoove</groupId>