apply_excel_formatting
Apply conditional formatting rules to Excel sheets by specifying range, type, condition, value, and color. Customize cell appearance based on data conditions.
Instructions
Apply conditional formatting rules to an Excel sheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rules | Yes | List of formatting rules. Each: {range, type, condition, value, color} | |
| file_path | Yes | Absolute path to the .xlsx file | |
| sheet_name | Yes | Sheet name | |
| output_path | No | Save to different path |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |