word文档模板快速填充内容实现业务文档

模板示例:

 填充代码:

    public static void main(String[] args) throws IOException {
        XWPFTemplate.compile("tl.docx").render(new HashMap<String, Object>() {{
            put("username", "poi-tl 模板引擎");
            put("image3", Pictures.ofLocal("3.png").create());
        }}).writeToFile("out_template.docx");
    }

备注:博客仅仅是一个备忘录功能,具体详细还是看官方问你大概

参考地址:https://deepoove.com/poi-tl/#ref-policy-section

posted @ 2024-07-24 13:12  bf378  阅读(17)  评论(1编辑  收藏  举报