Excel MCP Server

by zhiwei5576
Verified

analyzeExcelStructure

Extract Excel file structure, including sheet list and column headers, in JSON format for easy analysis and integration.

Instructions

Get Excel file structure including sheet list and column headers in JSON format

Input Schema

NameRequiredDescriptionDefault
fileAbsolutePathYesThe absolute path of the Excel file
headerRowsNoNumber of header rows to read (default: 1)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fileAbsolutePath": { "description": "The absolute path of the Excel file", "type": "string" }, "headerRows": { "default": 1, "description": "Number of header rows to read (default: 1)", "type": "number" } }, "required": [ "fileAbsolutePath" ], "type": "object" }

You must be authenticated.

Other Tools from Excel MCP Server

Related Tools

ID: w22e5v9u5s