poi-tl icon indicating copy to clipboard operation
poi-tl copied to clipboard

Generate awesome word(docx) with template

Results 117 poi-tl issues
Sort by recently updated
recently updated
newest added

### Issue description 这个是bug吗?还是我使用方法不当的问题 模板: ![image](https://user-images.githubusercontent.com/31641287/183064501-b776bde3-127f-439f-8f3f-7cf6867a3a5c.png) 但是进过渲染之后的结果是这样的 ![image](https://user-images.githubusercontent.com/31641287/183064565-c69e7da7-d824-401d-8a38-50604f4fed23.png) 希望得到的结果 ![image](https://user-images.githubusercontent.com/31641287/183064633-572de1ad-cfba-4f4e-98c7-cff6854d34ec.png) 渲染完成后表格自动合并到一块去了怎么我这样些的方式对吗?如果错的话请指正 ### poi-tl version 1.12.0 ### Minimal test code to reproduce the issue ```java package com.deepoove.poi.tl; import cn.hutool.core.collection.ListUtil; import cn.hutool.core.io.FileUtil;...

现在的情况是某个块如果没数据的话,该块原始的模板还是会显示。希望是没有数据的时候模板不显示,然后该位置显示一个“暂无数据”替代

Is there any way to update the index in the final generated file?

### Issue description 使用嵌套标签,当嵌套模板中既有表格又有文字时,主模板的{{+nested}}被替换后,发现主模板平白无故多了几个新的字体样式,比如heading 2a5552bda、Normalda2babca ### poi-tl version 4.1.2 ### Minimal test code to reproduce the issue ```java 1.8 ``` ### Minimal Docx template file

### Issue description ### poi-tl version ### Minimal test code to reproduce the issue ```java ``` ### Minimal Docx template file

### Issue description org.apache.commons,commons-lang3 升级到3.10之后。类查询不到 ClassNotFoundException: org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream ### poi-tl version 1.12.0 ### Minimal test code to reproduce the issue ```java Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream at com.deepoove.poi.XWPFTemplate.compile(XWPFTemplate.java:164) at com.deepoove.poi.XWPFTemplate.compile(XWPFTemplate.java:132)...

{{exist ? '是 否' : '是 否'}} 在最新版本1.12.0调试看读取的时候这个符号读取不到,放在表达式外面的静态模板内容导出数据不受影响还是存在的 niceDocumentRead.read(this);

### Issue description I hope simplify same RenderPolicys to bind ,support regular for tagNames in future! ```java Configure.builder().bind(String... tagNameList,RenderPolicy policy).build(); ``` ```java Configure.builder().bind(String targetRegex,RenderPolicy policy).build(); ``` ### poi-tl version 1.12.0...

Features

修改方法的修饰符,为使用者提供更方便的扩展

有散点图的代码示例吗