Sheeter is a spreadsheet structure. It aims to be the backend for client and server side javascript spreadsheet programs.
Note: This is a really early state of code, so you can have a look inside. But please don't use it in any program, at this time!
[sudo] npm install sheeter -g
or
[sudo] npm install git+https://github.com/thomashoffmann1979/sheeter.git -g
- adding support for open document spreadsheet (*.ods)
- adding support for numbers spreadsheet (*.numbers)
Displaying the content or list the sheets inside (if more than one sheet is inside).
sheeter <myfile>
Displaying the content of .
sheeter <myfile> <mysheet>
Showing all arguments.
sheeter -h
- node.js -- v0.8.0 or newer