Skip to main content
Glama

Excel MCP Server

MIT License
2,793
315
  • Linux
  • Apple

excel_create_table

Convert a specified range in an Excel sheet into a structured table, enabling organized data management and analysis. Input file path, sheet name, range, and table name to streamline data processing.

Instructions

Create a table in the Excel sheet

Input Schema

NameRequiredDescriptionDefault
fileAbsolutePathYesAbsolute path to the Excel file
rangeNoRange to be a table (e.g., "A1:C10")
sheetNameYesSheet name where the table is created
tableNameYesTable name to be created

Input Schema (JSON Schema)

{ "properties": { "fileAbsolutePath": { "description": "Absolute path to the Excel file", "type": "string" }, "range": { "description": "Range to be a table (e.g., \"A1:C10\")", "type": "string" }, "sheetName": { "description": "Sheet name where the table is created", "type": "string" }, "tableName": { "description": "Table name to be created", "type": "string" } }, "required": [ "fileAbsolutePath", "sheetName", "tableName" ], "type": "object" }
Install Server

Other Tools from Excel MCP Server

Related Tools

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

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