Skip to main content
Glama

xlwings Excel MCP Server

by hyunjae-labs

create_table

Convert a specified data range into a native Excel table with customizable styles using the 'create_table' tool, streamlining workbook organization and formatting in secure corporate environments.

Instructions

Creates a native Excel table from a specified range of data.

Input Schema

NameRequiredDescriptionDefault
data_rangeYes
filepathYes
sheet_nameYes
table_nameNo
table_styleNoTableStyleMedium9

Input Schema (JSON Schema)

{ "properties": { "data_range": { "title": "Data Range", "type": "string" }, "filepath": { "title": "Filepath", "type": "string" }, "sheet_name": { "title": "Sheet Name", "type": "string" }, "table_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Table Name" }, "table_style": { "default": "TableStyleMedium9", "title": "Table Style", "type": "string" } }, "required": [ "filepath", "sheet_name", "data_range" ], "title": "create_tableArguments", "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