get_cell
Inspect a single Excel cell to get its value, formula, number format, font, fill, merge state, and comments.
Instructions
Get full detail for a single cell: value, formula, number format, font, fill, merge, comment.
Args: path: Path to the .xlsx file, or the name of a preloaded file. Omit if only one file is configured. sheet: Sheet name. cell: Cell reference, e.g. "C5".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell | Yes | ||
| path | No | ||
| sheet | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||