add comment

This commit is contained in:
Looly 2021-08-16 20:35:48 +08:00
parent ae1eb46e90
commit efaa0a5ca1

View File

@ -140,6 +140,7 @@ public class Word07Writer implements Closeable {
* @param data 表格数据多行数据元素表示一行数据当为集合或者数组时为一行当为Map或者Bean时key表示标题values为数据
* @return this
* @since 4.5.16
* @see TableUtil#createTable(XWPFDocument, Iterable)
*/
public Word07Writer addTable(Iterable<?> data) {
TableUtil.createTable(this.doc, data);