sheets_get_merged_cells
Retrieve all merged cell ranges from a Google Sheet, returning each merge in A1 notation and GridRange coordinates.
Instructions
Get all merged cell ranges for a specific sheet. Returns each merge as A1 notation and GridRange coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheetName | Yes | Name of the sheet (tab) to inspect | |
| spreadsheetId | Yes | The ID of the spreadsheet (found in the URL after /d/) |