Skip to main content
Glama

Excel Finance MCP

excel_autofit_columns

Automatically adjust Excel column widths to fit content while maintaining specified minimum and maximum constraints for optimal spreadsheet readability.

Instructions

Auto-fit column widths based on content with min/max constraints

Input Schema

NameRequiredDescriptionDefault
maxWidthNoMaximum width in pixels
minWidthNoMinimum width in pixels
paddingRatioNoPadding multiplier for content width
worksheetNameYesName of worksheet to auto-fit

Input Schema (JSON Schema)

{ "properties": { "maxWidth": { "default": 300, "description": "Maximum width in pixels", "type": "number" }, "minWidth": { "default": 30, "description": "Minimum width in pixels", "type": "number" }, "paddingRatio": { "default": 1.2, "description": "Padding multiplier for content width", "type": "number" }, "worksheetName": { "description": "Name of worksheet to auto-fit", "type": "string" } }, "required": [ "worksheetName" ], "type": "object" }

Other Tools from Excel Finance MCP

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

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