read_excel_by_sheet_name
Extract data from a specific sheet in Excel files by specifying the sheet name. If no sheet name is provided, it defaults to reading the first sheet. Results are returned in structured JSON format.
Instructions
Read content from a specific sheet by name in Excel (xlsx) files. Reads first sheet if sheet_name not provided.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes | Path to the Excel file | |
sheet_name | No | Name of the sheet to read (optional, defaults to first sheet) |