Skip to main content
Glama

Excel to PDF Converter

by kmexnx

convert_excel_to_pdf

Converts Excel files (.xls, .xlsx) to PDF format for easier sharing and viewing while maintaining document formatting and structure.

Instructions

Converts Excel files (.xls, .xlsx) to PDF format

Input Schema

NameRequiredDescriptionDefault
input_pathYesRelative path to the Excel file (.xls, .xlsx) to convert
output_formatNoOutput format (currently only PDF is supported)pdf

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "input_path": { "description": "Relative path to the Excel file (.xls, .xlsx) to convert", "minLength": 1, "type": "string" }, "output_format": { "default": "pdf", "description": "Output format (currently only PDF is supported)", "enum": [ "pdf" ], "type": "string" } }, "required": [ "input_path" ], "type": "object" }
Install Server

Other Tools from Excel to PDF Converter

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/kmexnx/excel-to-pdf-mcp'

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