read_cell
Retrieve a cell's value or formula text from an Excel workbook using A1 notation. Returns the stored content, including formulas for non-cached cells.
Instructions
Read one cell's value. cell is A1 notation, e.g. 'B2' or 'Sheet1!B2'.
Returns the stored value; for formula cells this is the formula text (e.g. '=SUM(A1:A5)'), since files edited outside Excel hold no cached result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell | Yes | ||
| session_id | Yes |