소스 검색

excel导出优化

沈静伟 1 년 전
부모
커밋
7af733edad
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -294,5 +294,10 @@
             <version>2.7.7</version>
         </dependency>
 
+        <dependency>
+            <groupId>com.alibaba</groupId>
+            <artifactId>easyexcel</artifactId>
+            <version>3.2.1</version>
+        </dependency>
     </dependencies>
 </project>