mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
add comment
This commit is contained in:
parent
ae1eb46e90
commit
efaa0a5ca1
@ -140,6 +140,7 @@ public class Word07Writer implements Closeable {
|
|||||||
* @param data 表格数据,多行数据。元素表示一行数据,当为集合或者数组时,为一行;当为Map或者Bean时key表示标题,values为数据
|
* @param data 表格数据,多行数据。元素表示一行数据,当为集合或者数组时,为一行;当为Map或者Bean时key表示标题,values为数据
|
||||||
* @return this
|
* @return this
|
||||||
* @since 4.5.16
|
* @since 4.5.16
|
||||||
|
* @see TableUtil#createTable(XWPFDocument, Iterable)
|
||||||
*/
|
*/
|
||||||
public Word07Writer addTable(Iterable<?> data) {
|
public Word07Writer addTable(Iterable<?> data) {
|
||||||
TableUtil.createTable(this.doc, data);
|
TableUtil.createTable(this.doc, data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user