Skip to content

Latest commit

 

History

History
74 lines (51 loc) · 1.6 KB

index.rst

File metadata and controls

74 lines (51 loc) · 1.6 KB

gspread API Reference

gspread is a simple Google Spreadsheets API wrapper.

gspread

local

Main Interface

login

authorize

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

Indices and tables

  • genindex
  • modindex
  • search