sheets_merge_cells
Merge cell ranges in a Google Sheet using 0-based start and end indices, where end is exclusive, to combine adjacent cells into one.
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 |