An open API service indexing awesome lists of open source software.

https://github.com/sheetjs/sheets

generate pretty ascii tables from XLS/XLSX/XLSB/XLSM/XML workbooks
https://github.com/sheetjs/sheets

Last synced: 10 months ago
JSON representation

generate pretty ascii tables from XLS/XLSX/XLSB/XLSM/XML workbooks

Awesome Lists containing this project

README

          

sheets
======

generate pretty ascii tables from XLS/XLSX workbooks

## Dependencies

- npm asciitable : produces the actual ascii table [(Code)](https://github.com/deoxxa/asciitable)
- npm xlsjs : xls parser [(Code)](https://github.com/SheetJS/js-xls)
- npm xlsx : xlsx parser [(Code)](https://github.com/SheetJS/js-xlsx)

## License

Apache 2.0 (see LICENSE for more details)