excel_read_sheet
Read complete data from an Excel sheet with optional range. Returns data in JSON or Markdown format for analysis.
Instructions
Read complete data from a sheet (with optional range)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sheetName | Yes | Name of the sheet | |
| range | No | Optional range (e.g., A1:D10) | |
| responseFormat | No | json |