modify_cell
Update a table cell's content with tracked changes, replacing old text with new text in a specified table, row, and column.
Instructions
Modify a table cell with tracked changes (delete old, insert new).
Args: table_idx: Table index (0-based). row: Row index (0-based). col: Column index (0-based). text: New cell text. author: Author name for the revision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_idx | Yes | ||
| row | Yes | ||
| col | Yes | ||
| text | Yes | ||
| author | No | Claude |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |