Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. By default, data within grids is not returned. You can include grid data by setting includeGridData to true.Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
External DocumentationTo learn more, visit the Google Sheets documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| Include Grid Data | Set to true to return grid data. |
| Ranges | Sets the ranges of a spreadsheet in the form of sheetname!startCell:endCell to be returned.For example, Sheet1!A1-E1 will return the first five cells in the first row of the sheet called “Sheet1”. |
| Spreadsheet ID | The spreadsheet to request. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Delegated User Override | Perform the action on behalf of another user, overriding the delegated user defined in the connection. If not specified, the delegated user is the one provided in the connection. Has no effect when using an OAuth connection. NOTE: the connection details are not edited by this input. |