Excel Reader Server

read_excel_by_sheet_name

Extract data from a specific sheet in Excel (xlsx) files by specifying the sheet name. If no sheet name is provided, the tool defaults to reading the first sheet, delivering results 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

NameRequiredDescriptionDefault
file_pathYesPath to the Excel file
sheet_nameNoName of the sheet to read (optional, defaults to first sheet)

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "Path to the Excel file", "type": "string" }, "sheet_name": { "description": "Name of the sheet to read (optional, defaults to first sheet)", "type": "string" } }, "required": [ "file_path" ], "type": "object" }

You must be authenticated.

Other Tools from Excel Reader Server

Related Tools

ID: kniyyx0gej