google-spreadsheet : Google Spreadsheets Data API -- simple interface to read/write rows/cells, manage sheets. You can installing google-spreadsheet 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 google-spreadsheet $ sudo npm install -g google-spreadsheet
If want to update the google-spreadsheet package execute the command as below,
$ sudo npm update google-spreadsheet
Update package globally,
$ npm install -g google-spreadsheet
$ sudo git clone https://github.com/rektide/google-spreadsheet.git
$ sudo npm install -g ./google-spreadsheet
google-spreadsheet@2.0.4 /usr/lib/node_modules/google-spreadsheet
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall google-spreadsheet
Package Name | google-spreadsheet |
Version | 2.0.4 |
Description | Google Spreadsheets Data API -- simple interface to read/write rows/cells, manage sheets |
Released Date | 2017-05-27T00:47:32.895Z |
Published by | theozero |
How to Learn | https://www.npmjs.com/package/google-spreadsheet/tutorial |