添加ooxml-schemas依赖,实现导出带水印

This commit is contained in:
刘哲贤
2024-04-16 22:41:51 +08:00
parent 71521d1d41
commit c761a94c43
2 changed files with 12 additions and 0 deletions

View File

@@ -243,6 +243,11 @@
<artifactId>poi-ooxml</artifactId>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>ooxml-schemas</artifactId>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>