表格调整部分代码

This commit is contained in:
2025-09-09 09:43:44 +08:00
parent 6c6bed4b46
commit 2121a293cb
33 changed files with 1275 additions and 3802 deletions

View File

@@ -13,7 +13,7 @@
<artifactId>report-generator</artifactId>
<packaging>jar</packaging>
<name>报告生成工具</name>
<description>通用的文档模板处理和报告生成工具,支持占位符替换、书签插入、动态表格功能</description>
<description>基于docx4j的通用Word文档处理工具,支持占位符替换、文档合并、动态表格、图片处理等完整功能</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -38,32 +38,8 @@
<version>2.3.12</version>
</dependency>
<!-- Apache POI for Word document processing - 与detection模块版本保持一致 -->
<dependency>
<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>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>4.1.2</version>
</dependency>
<!-- docx4j for advanced Word processing - 与detection模块版本保持一致 -->
<!-- docx4j - 统一的Word文档处理解决方案支持占位符替换、文档合并、表格操作、图片处理等全功能 -->
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>