Clear Conditional Formatting Rules
clear_conditional_format_rulesClear unwanted conditional formatting by removing all rules from a specified range in an active or chosen workbook and sheet, returning a JSON confirmation.
Instructions
Remove all conditional formatting rules 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. "A1:A20".
Returns: JSON confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | No | ||
| workbook | No | ||
| range_address | No | A1 |