Skip to content

doushan/Google-Sheets-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google-Sheets-using-Python

Accessing google sheets using python and google cloud platform api. Enabling access to google sheets to write/delete wthout using database access.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. Using google sheets to store data instead of using a database.

Prerequisites

What things you need to install

Create a new project on

Google cloud platform Google Drive Api

Add google drive to the library and enable it [Link to api library] (https://console.cloud.google.com/apis/library)

give credentials to the google drive api by creating a service account and select role Project > editor Credentials

a json file will be donloaded afterwards save and rename it and copy the client email and share the excel sheets with the mail address.

"client_email": "user-001@excel-online.iam.gserviceaccount.com"

and now we are ready to start reading the google excel and manipulate it, the rest will be annotated in the spreadsheet.py file

About

Accessing google sheets using python and google cloud platform api. Enabling access to google sheets to write/delete wthout using database access.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages