xl-cli-tools

CLI tools for viewing and editing Excel files
Log | Files | Refs | README | LICENSE

ModeNameSize
-rw-r--r--.github/workflows/release.yml77L
-rw-r--r--.gitignore3L
-rw-r--r--CLAUDE.md20L
-rw-r--r--Cargo.lock3017L
-rw-r--r--Cargo.toml51L
-rw-r--r--LICENSE21L
-rw-r--r--README.md316L
-rw-r--r--demo/budget.xlsx6520B
-rw-r--r--demo/new.xlsx5433B
-rw-r--r--demo/old.xlsx5434B
-rw-r--r--demo/sales.xlsx5735B
-rw-r--r--demo/xlcat.gif656174B
-rw-r--r--demo/xlcat.tape60L
-rw-r--r--demo/xldiff.gif440785B
-rw-r--r--demo/xldiff.tape49L
-rw-r--r--demo/xlfilter.gif602317B
-rw-r--r--demo/xlfilter.tape60L
-rw-r--r--demo/xlset.gif888616B
-rw-r--r--demo/xlset.tape80L
-rw-r--r--docs/superpowers/plans/2026-03-17-xldiff.md1894L
-rw-r--r--docs/superpowers/specs/2026-03-17-xldiff-design.md248L
-rw-r--r--examples/create_demo.rs145L
-rw-r--r--src/bin/xlcat.rs362L
-rw-r--r--src/bin/xldiff.rs826L
-rw-r--r--src/bin/xlfilter.rs207L
-rw-r--r--src/bin/xlset.rs223L
-rw-r--r--src/cell.rs443L
-rw-r--r--src/diff.rs830L
-rw-r--r--src/filter.rs736L
-rw-r--r--src/formatter.rs509L
-rw-r--r--src/lib.rs7L
-rw-r--r--src/metadata.rs81L
-rw-r--r--src/reader.rs430L
-rw-r--r--src/writer.rs209L
-rw-r--r--tests/common/mod.rs302L
-rw-r--r--tests/test_integration.rs437L
-rw-r--r--tests/test_metadata.rs12L
-rw-r--r--tests/test_xldiff.rs223L
-rw-r--r--tests/test_xlfilter.rs384L
-rw-r--r--tests/test_xlset.rs242L