Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asweigart/ezsheets
/ types & classes
Types & classes
3 in github.com/asweigart/ezsheets
⨍
Functions
133
◇
Types & classes
3
↓ 4 callers
Class
EZSheetsException
The base class for all EZSheets-specific problems. If the ``ezsheets`` module raises something that isn't this or a subclass of this exception, yo
src/ezsheets/__init__.py:169
↓ 2 callers
Class
Spreadsheet
This class represents a Spreadsheet on Google Sheets. Spreadsheets can contain one or more sheets, also called worksheets.
src/ezsheets/__init__.py:176
↓ 1 callers
Class
Sheet
This class represents an individual worksheet inside a spreadsheet. Sheets are composed of columns and rows of cells, which contain a single
src/ezsheets/__init__.py:535