unmerge_cells
Unmerge previously merged cells in a specified range of a Google Sheet by providing the spreadsheet ID, sheet ID, and grid coordinates.
Instructions
Unmerge cells in a range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_row | Yes | Ending row index (exclusive) | |
| sheet_id | Yes | The ID of the sheet | |
| start_row | Yes | Starting row index (0-based) | |
| end_column | Yes | Ending column index (exclusive) | |
| start_column | Yes | Starting column index (0-based) | |
| spreadsheet_id | Yes | The ID of the spreadsheet |