sheets_merge_cells
Merge cells in a Google Sheets spreadsheet. Specify sheet ID and zero-based start/end row and column indices to combine a range of cells.
Instructions
Merge cells in a sheet. Indices are 0-based, end is exclusive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_col | Yes | ||
| end_row | Yes | ||
| sheet_id | Yes | ||
| start_col | Yes | ||
| start_row | Yes | ||
| merge_type | No | MERGE_ALL | |
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |