MCP Excel Reader
read_excel
Read an Excel file and return its contents as structured data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | Path to the Excel file to read | |
maxRows | No | Maximum number of rows to read (optional) | |
sheetName | No | Name of the sheet to read (optional) | |
startRow | No | Starting row index (optional) |