excel-cli 1.3.2

Excel CLI for AI, scripting, and terminal users. Headless JSON API for automation, plus a Vim-like TUI for interactive browsing and editing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod edit;
mod help;
mod navigation;
mod search;
mod sheet;
mod state;
mod ui;
mod undo_manager;
mod vim;
mod word;

pub use help::*;
pub use state::*;
pub use vim::*;