spreadsheet-kit 0.11.1

Core spreadsheet automation primitives — shared types, edit normalization, and session traits for agent-facing surfaces
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod binlog;
pub mod diff;
pub mod engine_bridge;
pub mod events;
pub mod read;
pub mod recalc;
pub mod session;
pub mod session_store;
pub mod types;
pub mod write;