Release v0.1.0
This is the initial release of excel-cli, a lightweight terminal-based Excel viewer with Vim-like navigation.
Added
- Browse and switch between worksheets in multi-sheet workbooks
- Delete worksheets from multi-sheet workbooks
- Delete column and row functionality
- Edit cell contents with a text editor
- Save changes to Excel files
- Export data to JSON format with customizable header options
- Vim-like commands for navigation and operations:
h,j,k,lfor cell navigation0,^,$for row navigationgg,Gfor column navigationCtrl+←→↑↓for jumping to non-empty cells/,?for searching withn,Nfor navigation between matches:for command mode with various commands
- Copy, cut, and paste functionality with
y,d, andpkeys - Support for pipe operator when exporting to JSON