This commit is contained in:
wangjinlei
2026-05-25 17:21:41 +08:00
parent 836b99311c
commit 4ac6e4da52
2 changed files with 229 additions and 5 deletions

View File

@@ -77,6 +77,11 @@
<artifactId>poi-ooxml</artifactId>
<version>4.1.2</version>
</dependency>
<dependency>
<groupId>ch.stegmaier.java2tex</groupId>
<artifactId>latex</artifactId>
<version>0.6.8</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>