Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 432 Bytes

index.rst

File metadata and controls

17 lines (12 loc) · 432 Bytes

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.

spreadsheet worksheet cell