How to Install node-xlsx NPM Packages on Ubuntu / Debian

How to Install node-xlsx software package in NPM Packages

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

Git clone:

$ 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

How to remove node-xlsx package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall node-xlsx

Basic Information of node-xlsx NPM Package:

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