摘要:
1. 光标放在要替换的地方 2. 按快捷键 crtl + F9 会变成下图所示 3. 右键编辑域 4. 输入待插入的变量 5. 最终效果 6. 另存为 word.xml 7. 重命名 *. ftl 8. 复制到 项目的resources/templates 下 搞定 阅读全文
摘要:
背景:政府项目很多用到审核完记录后填充到word文档中导出打印的功能 话不多说上代码 public void exportDetectContractFiling(){ QingDaMap qingDaMap = QingDaMap.NEW() .setv("xxx", "测试内容")); Free 阅读全文