sheets_clear_values
Clear values in a specific range of a Google Sheets spreadsheet. Provide the spreadsheet ID and range in A1 notation to remove cell contents.
Instructions
Clear values in a specified range of a Google Sheets spreadsheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | The A1 notation range to clear (e.g., "Sheet1!A1:B10") | |
| spreadsheetId | Yes | The ID of the spreadsheet (found in the URL after /d/) |