get_cell_style
Retrieve cell style details including font, fill, border, alignment, and number format by specifying sheet index, row, and column.
Instructions
Get the style (font, fill, border, alignment, number format) of a cell.
Args: sheet: Sheet index (0-based) row: Row number (1-based) column: Column number (1-based)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | Yes | ||
| row | Yes | ||
| column | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |