sheetkit
A spreadsheet toolkit built for language models.
- Language
- Rust
- License
- MIT / Apache-2.0
- GitHub stars
- 5
Opening a workbook returns a summary of its tables, column types, value ranges and fill formulas, under a token budget. Every mutation reports which cells recalculated, and range-level verbs (fill, sort, expect) replace cell-by-cell writes. Built on the IronCalc engine; ships a Rust core, the sheetd CLI, a WASM build, and an MCP server.
$ cargo install sheetd