Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.27 KB

api.rst

File metadata and controls

60 lines (42 loc) · 1.27 KB

API Reference

gspread

Top level

oauth

service_account

authorize

Client

gspread.Client

gspread.client.BackoffClient

Models

The models represent common spreadsheet entities: a spreadsheet <gspread.spreadsheet.Spreadsheet>, a worksheet <gspread.worksheet.Worksheet> and a cell <gspread.cell.Cell>.

Note

The classes described below should not be instantiated by the end-user. Their instances result from calling other objects' methods.

gspread.spreadsheet.Spreadsheet

gspread.worksheet.Worksheet

gspread.cell.Cell

Utils

gspread.utils

Auth

gspread.auth

Exceptions

gspread.exceptions.GSpreadException

gspread.exceptions.APIError