How to Install xlsx NPM Packages on Ubuntu / Debian

How to Install xlsx software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/xlsx.git
$ sudo  npm install -g ./xlsx

xlsx@0.11.10 /usr/lib/node_modules/xlsx

How to remove xlsx package :

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

$ sudo npm uninstall xlsx

Basic Information of xlsx NPM Package:

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