google-sheet-saver
v1.0.1
Published
A simple Node.js package to save data to Google Sheets using the Google Sheets API.
Maintainers
Readme
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);