word_edit_table_cells
Update specific table cells in Word documents by providing table index, row, column, and new text. Apply multiple cell edits in one pass.
Instructions
Replace the text of specific table cells by table index, row, and column
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edits | Yes | List of cell edits to apply in one pass | |
| file_path | Yes | Absolute path to the .docx file | |
| track_changes | No | Record this edit as a tracked change (default: true) |