add_table_row
Add a row to a Word document table with tracked insertion. Specify table index, row position, cell content, and author for revision tracking.
Instructions
Add a row to a table with tracked insertion.
Args: table_idx: Table index (0-based). row_idx: Insert at this row index. -1 = append at end. cells: Cell text content. Empty = empty cells. author: Author name for the revision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_idx | Yes | ||
| row_idx | No | ||
| cells | No | ||
| author | No | Claude |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |