Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 372 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 372 Bytes
  1. 模板文件 docx4j_test/src/main/resources/template.docx 模板文件中包含三个方面: a. 变量 b. 表格 c. 图表 最终生成的文件,就是替换变量,生成表格数据,替换图表内容。
  2. 生成文件的类,允许main方法即可 docx4j_test/src/main/java/com/angle/word/WordCreate.java
  3. 输出文件 docx4j_test/output.docx