Skip to main content
Glama

Excel MCP Server

by zhiwei5576
MIT License
439
40
  • Linux
  • Apple

exportExcelStructure

Extract and export the structure (sheets and headers) of an Excel file to a new template, facilitating streamlined analysis and replication of file organization.

Instructions

Export Excel file structure (sheets and headers) to a new Excel template file

Input Schema

NameRequiredDescriptionDefault
headerRowsNoNumber of header rows to analyze (default: 1)
sourceFilePathYesThe source Excel file path to analyze
targetFilePathYesThe target Excel file path to save structure

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "headerRows": { "default": 1, "description": "Number of header rows to analyze (default: 1)", "type": "number" }, "sourceFilePath": { "description": "The source Excel file path to analyze", "type": "string" }, "targetFilePath": { "description": "The target Excel file path to save structure", "type": "string" } }, "required": [ "sourceFilePath", "targetFilePath" ], "type": "object" }

Other Tools from Excel MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhiwei5576/excel-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server