merge_table_cells
Merge a range of table cells to combine them into one cell. Specify the document, table index, and cell range.
Instructions
Merge a range of table cells
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| table_index | Yes | ||
| start_row | Yes | ||
| start_col | Yes | ||
| end_row | Yes | ||
| end_col | Yes |