excel-mcp-server 0.2.1

An MCP server that exposes Excel manipulation tools over stdio and streamable HTTP transports
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Re-exports all tool modules

pub mod charts;
pub mod common;
pub mod conditional;
pub mod expanded;
pub mod format;
pub mod images;
pub mod layout;
pub mod read;
pub mod sheets;
pub mod sparklines;
pub mod tables;
pub mod validation;
pub mod workbook;
pub mod write;