Google Spreadsheets

Component ID

2899820

Component name

Google Spreadsheets

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Read Data from a Spreadsheet
Google API Authentication
Getting Real Data
Insert, Update, and Delete from a Spreadsheet
Updating Cells
Updating Rows
Deleting Rows

Getting Your Spreadsheet Ready for Programmatic Access

By default, a new spreadsheet cannot be accessed via Google’s API. We’ll need to go to your Google APIs console and create a new project and set it up to expose your Spreadsheets’ data.

  1. Go to the Google APIs Console.
  2. Create a new project.
  3. Click Enable API. Search for and enable the Google Drive API.
  4. Create credentials for a Web Server to access Application Data.
  5. Name the service account and grant it a Project Role of Editor.