sheets_conditional_formatting
Apply conditional formatting rules to a specified cell range in a Google Sheet, setting text or background colors based on comparison rules.
Instructions
Apply conditional formatting rules to cells
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | The range to apply conditional formatting | |
| value | No | Value to compare against | |
| ruleType | Yes | Type of conditional formatting rule | |
| textColor | No | Text color when condition is met | |
| spreadsheetId | Yes | The ID of the spreadsheet | |
| backgroundColor | No | Background color when condition is met |