clear_range
Clear all values in a specific A1 range of a Google Sheets spreadsheet. Use confirm=true to execute, or dry_run=true to preview cleared values without performing the action.
Instructions
Clear all values in an A1 range of a spreadsheet (item), e.g. 'Data!A2:C10'. Requires confirm=true.
dry_run=true returns the values that would be cleared (before) without clearing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | ||
| confirm | No | ||
| dry_run | No | ||
| a1_range | Yes |