excel_format_cell
Apply cell formatting such as color, font, borders, and alignment to a specified cell in an Excel file.
Instructions
Change cell formatting (color, font, borders, alignment)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sheetName | Yes | Name of the sheet | |
| cellAddress | Yes | Cell address (e.g., A1) | |
| format | Yes | Format options | |
| createBackup | No |