JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q27354F
  • License MIT

A simple excel spreadsheet and csv viewer

Package Exports

  • sheet-cli

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sheet-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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.