https://github.com/suhailroushan13/nodejs-spreadsheets
This script defines readGoogleSheet, an async function to read data from Google Sheets using a service account. It's immediately invoked to fetch and log data from a specified sheet and range, with error handling included.
https://github.com/suhailroushan13/nodejs-spreadsheets
googleapi googlesheets javascript nodejs spreadsheets
Last synced: 11 months ago
JSON representation
This script defines readGoogleSheet, an async function to read data from Google Sheets using a service account. It's immediately invoked to fetch and log data from a specified sheet and range, with error handling included.
- Host: GitHub
- URL: https://github.com/suhailroushan13/nodejs-spreadsheets
- Owner: suhailroushan13
- Created: 2024-04-06T20:44:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T21:04:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T00:50:59.634Z (about 1 year ago)
- Topics: googleapi, googlesheets, javascript, nodejs, spreadsheets
- Language: JavaScript
- Homepage: https://github.com/suhailroushan13/nodejs-spreadsheets
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-spreadsheets
This script defines readGoogleSheet, an async function to read data from Google Sheets using a service account. It's immediately invoked to fetch and log data from a specified sheet and range, with error handling included.