merge_cells
Merge cells within a specified rectangular area of a table by providing the table index and cell coordinates.
Instructions
Merge cells in a rectangular area.
Args: table_index: Index of the table start_row: Starting row start_col: Starting column end_row: Ending row end_col: Ending column
Returns: Success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_col | Yes | ||
| end_row | Yes | ||
| start_col | Yes | ||
| start_row | Yes | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |