add_table_row
Add a row to an existing table in an HWP document by specifying document ID, table index, and optional position. Solves the need to expand table data quickly.
Instructions
Add a new row to a table.
Args: doc_id: Document ID from open_document table_index: Index of the table position: Row position to insert at (default: end)
Returns: Row addition confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| position | No | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||