wps_word_write_cell
Write text into a specific cell of a table in a WPS Word document by providing the table index, row number, and column number.
Instructions
向指定表格的单元格写入文字。table_index 从 1 开始。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | 列号,从 1 开始 | |
| row | Yes | 行号,从 1 开始 | |
| text | Yes | 要写入的文字 | |
| table_index | Yes | 表格序号,从 1 开始 |