sheets_clear_values
Clear cell values in a Google Sheets spreadsheet by specifying the range in A1 notation. Removes data while preserving formatting.
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/) |