Excel Reader Server

read_excel

Extract data from Excel (xlsx) files into structured JSON format for easy integration and analysis. Supports reading entire workbooks or specific sheets.

Instructions

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" }

You must be authenticated.

Other Tools from Excel Reader Server

Related Tools

ID: kniyyx0gej