Excel MCP Server

by zhiwei5576
Verified

readSheetNames

Extract all sheet names from an Excel file by providing the file's absolute path, enabling efficient worksheet management and structure analysis.

Instructions

Get all sheet names from the Excel file

Input Schema

NameRequiredDescriptionDefault
fileAbsolutePathYesThe absolute path of the Excel file

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" } }, "required": [ "fileAbsolutePath" ], "type": "object" }

You must be authenticated.

Other Tools from Excel MCP Server

Related Tools

ID: w22e5v9u5s