set_table_cell_text
Set the text content of a specific table cell by providing the table index, row, column, and desired text.
Instructions
Set text in a specific table cell.
Args: table_index: Index of the table row: Row index col: Column index text: Text to set
Returns: Success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | ||
| row | Yes | ||
| text | Yes | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |