Sheets Get spreadSheet details and list of sheets in it
Property | Type | Description |
---|---|---|
spreadSheetId | string | The Unique ID of the spreadSheet to work on. This ID can be procured using the Get Sheet Details. |
title | string | The name of spreadSheet. |
namedRanges | Array.<irpa_googleworkspace.NamedRange> | Specially defined Named ranges in a spreadsheet. |
sheets | Array.<irpa_googleworkspace.Sheet> | The details for the Sheets in a SpreadSheet. |
spreadsheetUrl | string | URL representing SpreadSheet. |