sheet-cli
v0.3.6
Published
A simple excel spreadsheet and csv viewer
Downloads
3
Maintainers
Readme
Sheet-cli
A simple csv and xlsx spreadsheet viewer that works in a similar manner to less
.
How to install
npm install --global sheet-cli
Usage
This utility relies on the extension name to be either csv
for a csv file or xlsx
for excel documents. Simply specify the file to open as the first argument. If you
are opening an excel file you can specify the name of the sheet to select. Otherwise
it will select the first one in the document.
sheet-cli file [sheet]
Hotkeys
Arrow keys work, and at the moment b
for doing up half a page and d
for going down
half a page.
To quit the program, simply press q
.
Limitations / Known Issues
- Mouse support seems to be broken in blessedjs. Currently there is no scrolling support.
- Merged cells aren't handled properly.