Welcome to Gspread2’s documentation!

Gspread

gspread2.get_client(file_path)

Returns Authenticated Gspread Client

Parameters:file_path – path to JSON file, dict or JSON string. This is fetched from Google Developers site.
Returns:gspread.Client instance
gspread2.load_workbook(url, credentials)

Load a Google Sheet workbook.

Parameters:
  • url – Google Sheet URL (key will be supported in future release)
  • credentials – Service Account JSON credentials created for the Google Sheet. Can be path, dict or JSON str.
Returns:

core.Workbook

Gspread Core

Indices and tables