xlsx : SheetJS Spreadsheet data parser and writer. You can installing xlsx 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 xlsx $ sudo npm install -g xlsx
If want to update the xlsx package execute the command as below,
$ sudo npm update xlsx
Update package globally,
$ npm install -g xlsx
$ sudo git clone https://github.com/rektide/xlsx.git
$ sudo npm install -g ./xlsx
xlsx@0.11.10 /usr/lib/node_modules/xlsx
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall xlsx
| Package Name | xlsx |
| Version | 0.11.10 |
| Description | SheetJS Spreadsheet data parser and writer |
| Released Date | 2017-11-20T02:36:26.251Z |
| Published by | sheetjs |
| How to Learn | https://www.npmjs.com/package/xlsx/tutorial |