sheets_get_sheet_dimensions
Get column widths, row heights, hidden rows/columns, and frozen row/column counts for a specific sheet in a Google Spreadsheet.
Instructions
Get column widths (pixelSize), row heights (pixelSize), hidden columns/rows, and frozen row/column counts for a sheet.
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/) |