Skip to main content
Glama

Excel Reader Server

read_excel_by_sheet_index

Extract data from a specific sheet in Excel files using its index. Defaults to the first sheet if no index is provided, enabling precise data retrieval from workbooks in JSON format.

Instructions

Read content from a specific sheet by index in Excel (xlsx) files. Reads first sheet (index 0) if sheet_index not provided.

Input Schema

NameRequiredDescriptionDefault
file_pathYesPath to the Excel file
sheet_indexNoIndex of the sheet to read (optional, defaults to 0)

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "Path to the Excel file", "type": "string" }, "sheet_index": { "description": "Index of the sheet to read (optional, defaults to 0)", "minimum": 0, "type": "integer" } }, "required": [ "file_path" ], "type": "object" }
Install Server

Other Tools from Excel Reader Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/softgridinc-pte-ltd/mcp-excel-reader-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server