xlsjs : Excel 5.0/95 and 97-2004 spreadsheet (BIFF5 XLS / BIFF8 XLS / XML 2003) parser. You can installing xlsjs npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install xlsjs $ sudo npm install -g xlsjs
If want to update the xlsjs package execute the command as below,
$ sudo npm update xlsjs
Update package globally,
$ npm install -g xlsjs
$ sudo git clone https://github.com/rektide/xlsjs.git
$ sudo npm install -g ./xlsjs
xlsjs@1.0.0 /usr/lib/node_modules/xlsjs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall xlsjs
| Package Name | xlsjs |
| Version | 1.0.0 |
| Description | Excel 5.0/95 and 97-2004 spreadsheet (BIFF5 XLS / BIFF8 XLS / XML 2003) parser |
| Released Date | 2017-09-03T16:46:52.607Z |
| Published by | sheetjs |
| How to Learn | https://www.npmjs.com/package/xlsjs/tutorial |