set_table_cell_text
Updates a specific table cell's text in an HWP document. Provide document ID, table index, row, column, and new text to modify the cell content.
Instructions
Set the text of a specific table cell.
Args: doc_id: Document ID from open_document table_index: Index of the table row: Row index col: Column index new_text: New text content
Returns: Update confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | ||
| row | Yes | ||
| doc_id | Yes | ||
| new_text | Yes | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||