Skip to main content
Glama

excel-mcp-server

create_worksheet

Automatically generate a new worksheet in an Excel workbook by specifying the file path and sheet name using the MCP server for Excel file manipulation.

Instructions

Create new worksheet in workbook.

Input Schema

NameRequiredDescriptionDefault
filepathYes
sheet_nameYes

Input Schema (JSON Schema)

{ "properties": { "filepath": { "title": "Filepath", "type": "string" }, "sheet_name": { "title": "Sheet Name", "type": "string" } }, "required": [ "filepath", "sheet_name" ], "title": "create_worksheetArguments", "type": "object" }

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/haris-musa/excel-mcp-server'

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