readSheetData
Extract data from all sheets in an Excel file, specifying header and data start rows, using the Excel MCP Server for structured and efficient processing.
Instructions
Get data from all sheets in the Excel file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dataStartRow | No | The row number to start reading data from (default: 2) | |
fileAbsolutePath | Yes | The absolute path of the Excel file | |
headerRow | No | The row number to use as field names (default: 1) |