Google Sheet Python

This is workshop is based on:

In this workshop, I will explain how can we manipulate google sheets using Python.

  • Step 1: Sign up for a google account
  • Step 2: Create a Google Service Account
    • 2.1 Create a new project on Google Cloud Platform
    • 2.2 Enable the required APIs
    • 2.3 Manage Google Sheets API credentials
  • Step 3: Share your Google Sheet with your Service Account
  • Step 4: Manipulate your Google Sheet with Python