excel_read_cell
Read the value of a single cell from a live Excel workbook. Specify the sheet and cell address (e.g., 'B5') to retrieve the cell's content.
Instructions
Read the value of a single cell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workbook | No | ||
| sheet | No | ||
| cell | Yes | Cell address like 'B5' |