node-xlsx : NodeJS Excel files parser & builder. You can installing node-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 node-xlsx $ sudo npm install -g node-xlsx
If want to update the node-xlsx package execute the command as below,
$ sudo npm update node-xlsx
Update package globally,
$ npm install -g node-xlsx
$ sudo git clone https://github.com/rektide/node-xlsx.git
$ sudo npm install -g ./node-xlsx
node-xlsx@0.11.2 /usr/lib/node_modules/node-xlsx
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-xlsx
| Package Name | node-xlsx |
| Version | 0.11.2 |
| Description | NodeJS Excel files parser & builder |
| Released Date | 2017-11-24T23:09:44.450Z |
| Published by | mgcrea |
| How to Learn | https://www.npmjs.com/package/node-xlsx/tutorial |