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
- Host: GitHub
- URL: https://github.com/sheetjs/sheets
- Owner: SheetJS
- License: other
- Created: 2013-03-06T20:50:12.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T00:48:12.000Z (over 5 years ago)
- Last Synced: 2025-04-15T03:28:24.799Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 24
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)