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
mod converters;
mod exporters;
mod extractors;
mod types;

pub use converters::process_cell_value;
pub use exporters::{
    export_all_sheets_json, export_json, generate_all_sheets_json, process_sheet_for_json,
    serialize_to_json,
};
pub use types::{HeaderDirection, OrderedSheetData};