Skip to main content
Glama

Simple Document Processing MCP Server

excel_read

Extract and convert Excel data to JSON format with headers, enabling structured document processing for integration and analysis purposes.

Instructions

Read Excel file and convert to JSON format while preserving structure

Input Schema

NameRequiredDescriptionDefault
includeHeadersNoWhether to include headers in the output
inputPathYesPath to the input Excel file

Input Schema (JSON Schema)

{ "properties": { "includeHeaders": { "default": true, "description": "Whether to include headers in the output", "type": "boolean" }, "inputPath": { "description": "Path to the input Excel file", "type": "string" } }, "required": [ "inputPath" ], "type": "object" }

You must be authenticated.

Other Tools from Simple Document Processing 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/cablate/mcp-doc-forge'

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