set_fill_color
Set a solid background fill on a cell range using hex codes or color names; use 'none' to remove the fill.
Instructions
Set a solid background fill on every cell in a range.
color accepts hex ('#FFFF00') or names like yellow, light_blue, light_gray. Pass 'none' to remove the fill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | ||
| range | Yes | ||
| session_id | Yes |