xl-cli-tools

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

DateCommit messageAuthorFiles+-
2026-03-18 14:14ci: replace x86 Mac with x86 Linux target in release workflowErik Loualiche2+12-7
2026-03-18 14:09chore: add xldiff to CI release, rename package to xl-cli-tools v0.3.0Erik Loualiche3+14-20
2026-03-18 13:36docs: add xldiff demo, update README with 2x2 GIF grid and all four toolsErik Loualiche8+229-118
2026-03-18 13:07Merge pull request #1 from LouLouLibs/feat/xldiffErik Loualiche19+5771-22
2026-03-15 15:28chore: move skills to central claude-skills repoErik Loualiche3+1-170
2026-03-15 15:19chore: clean repo — remove internal plans, add skillsErik Loualiche9+172-3753
2026-03-14 02:23docs: fix GIF table to fit without scrollbarErik Loualiche1+4-4
2026-03-14 02:21docs: restyle README — vibecoded header, side-by-side GIFsErik Loualiche1+22-15
2026-03-14 02:14chore: rename repo to xl-cli-toolsErik Loualiche2+7-7
2026-03-14 02:09fix: update repo URLs to LouLouLibs orgErik Loualiche2+6-6
2026-03-14 01:58fix: use macos-latest for x86 cross-compilation (macos-13 retired)Erik Loualiche1+1-1
2026-03-14 01:20release: add CI, license, install docs, smaller demo GIFsErik Loualiche9+138-14
2026-03-14 01:01feat: align markdown table columns in xlcat outputErik Loualiche4+140-119
2026-03-14 00:47docs: add VHS demo recordings for xlcat and xlsetErik Loualiche8+246-0
2026-03-14 00:23docs: add README with usage examples for xlcat and xlsetErik Loualiche1+149-0
2026-03-14 00:11test: add xlset integration testsErik Loualiche1+242-0
2026-03-14 00:09feat: add xlset binary — Excel cell writer CLIErik Loualiche1+221-2
2026-03-14 00:05feat: add writer module — umya-spreadsheet cell editingErik Loualiche1+209-1
2026-03-13 23:05feat: add cell module — A1 parser and value type inferenceErik Loualiche1+443-1
2026-03-13 23:02refactor: restructure to lib + two binaries (xlcat, xlset)Erik Loualiche8+730-369
2026-03-13 22:56docs: add xlset implementation planErik Loualiche1+1275-0
2026-03-13 22:34docs: add xlset design spec — Excel cell writerErik Loualiche1+176-0
2026-03-13 21:21refactor: flatten project structure and optimize release binaryErik Loualiche12+25-17
2026-03-13 21:08test: add edge case tests — large file gate, empty sheets, errorsErik Loualiche1+237-0
2026-03-13 21:06feat: implement describe mode — summary statistics per columnErik Loualiche2+145-7
2026-03-13 21:00feat: wire up main orchestration — data, schema, multi-sheet modesErik Loualiche2+472-11
2026-03-13 20:54feat: add formatter module — markdown table and CSV outputErik Loualiche2+366-0
2026-03-13 20:43feat: add reader module — calamine to polars DataFrame bridgeErik Loualiche2+378-0
2026-03-13 20:14feat: add metadata module for file info and sheet dimensionsErik Loualiche2+83-0
2026-03-13 19:58test: add xlsx fixture generators for integration testsErik Loualiche2+121-0
2026-03-13 18:54feat: scaffold xlcat project with CLI arg parsingErik Loualiche6+5133-0