POST
gsheets_spreadsheets_values_clear.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.
Clears values from a spreadsheet.
from charter.packs import gsheets
result = await gsheets.spreadsheets_values_clear.ainvoke({"spreadsheetId": ..., "range": ...})
https://www.googleapis.com/auth/spreadsheets. Costs 1 against the provider’s own quota.| Field | Type | Description |
|---|---|---|
spreadsheetId * | string | The ID of the spreadsheet to update. |
range * | string | The A1 notation or R1C1 notation of the values to clear. |
Was this page helpful?