read_excel_sheet
Extract data from a specific Excel sheet and convert it to JSON format for analysis or integration with other systems.
Instructions
Read a specific sheet from an Excel file. Returns data as JSON.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path to the Excel file from root directory. | |
| sheet_name | Yes | Name of the sheet to read. |