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

How to Install xlsx-style software package in NPM Packages

xlsx-style : Excel (XLSB/XLSX/XLSM/XLS/XML) and ODS spreadsheet parser and writer (extended to enable read/write of cell formats with xlsx files). You can installing xlsx-style 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-style
$ sudo npm install -g xlsx-style

If want to update the xlsx-style package execute the command as below,

$ sudo npm update xlsx-style

Update package globally,

$ npm install -g xlsx-style

Git clone:

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

xlsx-style@0.8.13 /usr/lib/node_modules/xlsx-style

How to remove xlsx-style package :

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

$ sudo npm uninstall xlsx-style

Basic Information of xlsx-style NPM Package:

Package Name xlsx-style
Version 0.8.13
Description Excel (XLSB/XLSX/XLSM/XLS/XML) and ODS spreadsheet parser and writer (extended to enable read/write of cell formats with xlsx files)
Released Date 2016-05-25T03:44:53.937Z
Published by protobi
How to Learn https://www.npmjs.com/package/xlsx-style/tutorial