Excel Reader Server
read_excel_by_sheet_index
Read content from a specific sheet by index in Excel (xlsx) files. Reads first sheet (index 0) if sheet_index not provided.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes | Path to the Excel file | |
sheet_index | No | Index of the sheet to read (optional, defaults to 0) |