POST
gsheets_spreadsheets_values_batch_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 one or more ranges of values from a spreadsheet.
from charter.packs import gsheets
result = await gsheets.spreadsheets_values_batch_clear.ainvoke({"spreadsheetId": ..., "ranges": ...})
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. |
| Field | Type | Description |
|---|---|---|
ranges * | string[] | The ranges to clear, in A1 notation or R1C1 notation. min 1 items |
Was this page helpful?