merge_table_cells
Merge a range of table cells in an HWP document into a single cell. Specify document ID, table index, and start/end row/column indices to consolidate cell ranges.
Instructions
Merge a range of table cells.
Args: doc_id: Document ID from open_document table_index: Index of the table start_row: Starting row index start_col: Starting column index end_row: Ending row index (inclusive) end_col: Ending column index (inclusive)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| end_col | Yes | ||
| end_row | Yes | ||
| start_col | Yes | ||
| start_row | Yes | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||