set_sheet_color
Change the tab color of a worksheet by providing the sheet index and a hex color value.
Instructions
Set the tab color of a sheet.
Args: sheet: Sheet index (0-based) color: Hex color string (e.g. '#FF0000')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | Yes | ||
| color | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |