add_table_column
Add a column to a table in an HWP document, inserting it at a specified position or appending it to the end.
Instructions
Add a column to a table.
Args: doc_id: Document ID from open_document table_index: Index of the table col_index: Position to insert (default: append at end)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| col_index | No | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||