edit_table_cell
Modify text within a specific cell of a document table by providing the table, row, and column indices along with the new content.
Instructions
Edit the content of a table cell.
Args: table_index: Table index (0-based) row_index: Row index (0-based) col_index: Column index (0-based) text: New cell text
Returns: Success message or error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| col_index | Yes | ||
| row_index | Yes | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |