wps_wpp_write_table_cell
Write text into a specified cell of a table in a PowerPoint slide using the shape index from adding the table, row number, and column number.
Instructions
向幻灯片表格单元格写入文字。shape_index 取自 wps_wpp_add_table 的返回值。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | 列号,从 1 开始 | |
| row | Yes | 行号,从 1 开始 | |
| text | Yes | 要写入的文字 | |
| shape_index | Yes | 表格所在 shape 序号(wps_wpp_add_table 返回值) | |
| slide_index | No | 幻灯片序号(默认当前页) |