read_range
Read data from a specified range of cells in an Excel workbook. Provide the workbook path, sheet name, and cell range reference to retrieve cell values.
Instructions
Read data from a range of cells.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workbook_path | Yes | Path to the Excel workbook | |
| sheet_name | Yes | Name of the worksheet | |
| range_ref | Yes | Range reference (e.g., 'A1:D10') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||