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
pub mod args;
pub mod check;
pub mod common;
pub mod dispatch;
pub mod envelope;
pub mod error;
pub mod inspect;
pub mod output;
pub mod read;
pub mod sheet_query;