clear_cell_format
Clear cell formatting in a specified range without altering values. Resets styling to default for a clean, consistent look.
Instructions
Clear formatting from cells in range_str without altering cell values.
Args: file_path: Workbook path. sheet_name: Worksheet name. range_str: Range whose formatting should be reset.
Returns: dict: Summary of cleared cells.
Notes: - Non-destructive to cell values but destructive to formatting state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| range_str | Yes | ||
| sheet_name | Yes |