1.0.1 • Published 5 months ago
google-sheet-saver v1.0.1
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);