Skip to main content
Glama

excel-mcp-server

create_table

Convert a specified data range into a native Excel table on the given sheet, enabling structured data management and formatting with customizable table styles.

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": { "default": null, "title": "Table Name", "type": "string" }, "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/haris-musa/excel-mcp-server'

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