Skip to main content
Glama

xlwings Excel MCP Server

by hyunjae-labs

create_worksheet

Add new worksheets to Excel workbooks using filepath and sheet name inputs, enabling structured data organization and workbook management through xlwings' Excel integration.

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/hyunjae-labs/xlwings-mcp-server'

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