Skip to main content
Glama

excel-mcp-server

format_range

Apply custom formatting to Excel cell ranges, including font styles, colors, borders, alignment, and number formats, for enhanced data presentation and readability.

Instructions

Apply formatting to a range of cells.

Input Schema

NameRequiredDescriptionDefault
alignmentNo
bg_colorNo
boldNo
border_colorNo
border_styleNo
conditional_formatNo
end_cellNo
filepathYes
font_colorNo
font_sizeNo
italicNo
merge_cellsNo
number_formatNo
protectionNo
sheet_nameYes
start_cellYes
underlineNo
wrap_textNo

Input Schema (JSON Schema)

{ "properties": { "alignment": { "default": null, "title": "Alignment", "type": "string" }, "bg_color": { "default": null, "title": "Bg Color", "type": "string" }, "bold": { "default": false, "title": "Bold", "type": "boolean" }, "border_color": { "default": null, "title": "Border Color", "type": "string" }, "border_style": { "default": null, "title": "Border Style", "type": "string" }, "conditional_format": { "additionalProperties": true, "default": null, "title": "Conditional Format", "type": "object" }, "end_cell": { "default": null, "title": "End Cell", "type": "string" }, "filepath": { "title": "Filepath", "type": "string" }, "font_color": { "default": null, "title": "Font Color", "type": "string" }, "font_size": { "default": null, "title": "Font Size", "type": "integer" }, "italic": { "default": false, "title": "Italic", "type": "boolean" }, "merge_cells": { "default": false, "title": "Merge Cells", "type": "boolean" }, "number_format": { "default": null, "title": "Number Format", "type": "string" }, "protection": { "additionalProperties": true, "default": null, "title": "Protection", "type": "object" }, "sheet_name": { "title": "Sheet Name", "type": "string" }, "start_cell": { "title": "Start Cell", "type": "string" }, "underline": { "default": false, "title": "Underline", "type": "boolean" }, "wrap_text": { "default": false, "title": "Wrap Text", "type": "boolean" } }, "required": [ "filepath", "sheet_name", "start_cell" ], "title": "format_rangeArguments", "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