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 cell;
mod column;
mod command;
mod history;
mod row;
mod sheet;
mod types;

pub use cell::CellAction;
pub use column::{ColumnAction, MultiColumnAction};
pub use history::UndoHistory;
pub use row::{MultiRowAction, RowAction};
pub use sheet::{SheetAction, SheetOperation};
pub use types::{ActionCommand, ActionExecutor, ActionType, Command};