format_cells
Apply formatting (bold, italic, background color) to a specified range of cells in a Google Sheet.
Instructions
Apply formatting to a range of cells
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bold | No | Make text bold | |
| italic | No | Make text italic | |
| end_row | Yes | Ending row index (exclusive) | |
| sheet_id | Yes | The ID of the sheet | |
| start_row | Yes | Starting row index (0-based) | |
| end_column | Yes | Ending column index (exclusive) | |
| start_column | Yes | Starting column index (0-based) | |
| spreadsheet_id | Yes | The ID of the spreadsheet | |
| background_color | No | Background color (RGB values 0-1) |