How to Install xlsjs NPM Packages on Ubuntu / Debian

How to Install xlsjs software package in NPM Packages

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

Git clone:

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

xlsjs@1.0.0 /usr/lib/node_modules/xlsjs

How to remove xlsjs package :

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

$ sudo npm uninstall xlsjs

Basic Information of xlsjs NPM Package:

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