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
pub mod cell_ref;
pub mod engines;
pub mod error;
pub mod server;
pub mod store;
pub mod tools;
pub mod types;