Excel Reader Server

read_excel

Read content from Excel (xlsx) files

Input Schema

NameRequiredDescriptionDefault
file_pathYesPath to the Excel file

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "Path to the Excel file", "type": "string" } }, "required": [ "file_path" ], "type": "object" }