Skip to content

Instantly share code, notes, and snippets.

View pedroSoaresll's full-sized avatar
💸
Helping companies achieve their maximum productivity with technology

Pedro Oliveira pedroSoaresll

💸
Helping companies achieve their maximum productivity with technology
View GitHub Profile
@AnalyzePlatypus
AnalyzePlatypus / using-sheets-api.md
Last active July 19, 2024 18:34
Node.js - Accessing a spreadsheet using the Google Sheets API

Using the Sheets API

To access the Sheets API, you will need to enable the Sheets API, obtain credentials, and grant access to your Sheet.

Based on these instructions

1. Enabling the Sheets API

  1. Open the Google Developers Console
  2. Select your project or create a new one (and then select it)