Excel MCP Server

by zhiwei5576
Verified

exportExcelStructure

Generate a new Excel template by exporting the structure (sheets and headers) from an existing Excel file. Use this tool to replicate or analyze file layouts efficiently.

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

You must be authenticated.

Other Tools from Excel MCP Server

Related Tools

ID: w22e5v9u5s