Remove Validation
remove_validationRemove Excel data validation from a range, freeing cells from input restrictions. Specify workbook, sheet, and A1 address.
Instructions
Remove data validation from a range.
Args: workbook: Workbook name or path (None = active workbook). sheet: Worksheet name (None = active sheet). range_address: A1-style address, e.g. "B2:B20".
Returns: JSON confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | No | ||
| workbook | No | ||
| range_address | No | A1 |