wps_word_create_table
Create a bordered table with a specified number of rows and columns at the end of the document. Use after appending a table title paragraph and before adding content after the table.
Instructions
在文档末尾插入一个带边框的表格(默认网格线,不依赖光标)。配合 append_paragraph 使用:先追加表题段,再建表,建表后继续 append_paragraph 追加表后内容。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cols | Yes | 列数 | |
| rows | Yes | 行数 |