Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.06 KB

reference.rst

File metadata and controls

55 lines (39 loc) · 1.06 KB

API Reference

gspread

local

Main Interface

login

Client

Models

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

Note

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

Spreadsheet

Worksheet

Cell

Exceptions

GSpreadException

AuthenticationError

SpreadsheetNotFound

WorksheetNotFound

NoValidUrlKeyFound

UpdateCellError

RequestError

Internal Modules

Following modules are for internal use only.

gspread.httpsession

gspread.urls