read_cell
Read a cell value from an Excel workbook by providing the workbook's file path, sheet name, and cell reference (e.g., A1).
Instructions
Read a value from a specific cell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workbook_path | Yes | Path to the Excel workbook | |
| sheet_name | Yes | Name of the worksheet | |
| cell | Yes | Cell reference (e.g., 'A1', 'B10') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||