excel_read_range
Read a specific range of cells from an Excel file and return the data in JSON or markdown format.
Instructions
Read a specific range of cells
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sheetName | Yes | Name of the sheet | |
| range | Yes | Range to read (e.g., A1:D10) | |
| responseFormat | No | json |