exceljs : Excel Workbook Manager - Read and Write xlsx and csv Files.. You can installing exceljs 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 exceljs $ sudo npm install -g exceljs
If want to update the exceljs package execute the command as below,
$ sudo npm update exceljs
Update package globally,
$ npm install -g exceljs
$ sudo git clone https://github.com/rektide/exceljs.git
$ sudo npm install -g ./exceljs
exceljs@0.7.1 /usr/lib/node_modules/exceljs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall exceljs
Package Name | exceljs |
Version | 0.7.1 |
Description | Excel Workbook Manager - Read and Write xlsx and csv Files. |
Released Date | 2017-11-21T08:55:27.903Z |
Published by | guyonroche |
How to Learn | https://www.npmjs.com/package/exceljs/tutorial |