1.0.1 • Published 5 months ago

google-sheet-saver v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Google Sheet Saver

A simple Node.js module to save user-entered data into Google Sheets.

Installation

To install the package globally, run the following command:

npm install -g google-sheet-saver

Once the package is installed, you can import the library using import or require approach:

const { saveToSheet } = require('google-sheet-saver');

saveToSheet(sheetId, headers, values, credentialsPath, tokenPath);