Skip to main content
Glama

xlwings Excel MCP Server

by hyunjae-labs
exceptions.py822 B
class ExcelMCPError(Exception): """Base exception for Excel MCP errors.""" pass class WorkbookError(ExcelMCPError): """Raised when workbook operations fail.""" pass class SheetError(ExcelMCPError): """Raised when sheet operations fail.""" pass class DataError(ExcelMCPError): """Raised when data operations fail.""" pass class ValidationError(ExcelMCPError): """Raised when validation fails.""" pass class FormattingError(ExcelMCPError): """Raised when formatting operations fail.""" pass class CalculationError(ExcelMCPError): """Raised when formula calculations fail.""" pass class PivotError(ExcelMCPError): """Raised when pivot table operations fail.""" pass class ChartError(ExcelMCPError): """Raised when chart operations fail.""" pass

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/hyunjae-labs/xlwings-mcp-server'

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