GET
gsheets_spreadsheets_get.py
Requires
https://www.googleapis.com/auth/spreadsheets. Costs 1 against the provider’s own quota.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get spreadsheet metadata and structure.
from charter.packs import gsheets
result = await gsheets.spreadsheets_get.ainvoke({"spreadsheetId": ...})
https://www.googleapis.com/auth/spreadsheets. Costs 1 against the provider’s own quota.| Field | Type | Description |
|---|---|---|
spreadsheetId * | string | The spreadsheet to request. |
| Field | Type | Description |
|---|---|---|
ranges | string[] | The ranges to retrieve from the spreadsheet. |
includeGridData | boolean | True if grid data should be returned. This parameter is ignored if a field mask was set in the request. |
excludeTablesInBandedRanges | boolean | True if tables should be excluded in the banded ranges. False if not set. |
Was this page helpful?