MCPcopy
hub / github.com/burnash/gspread / WorksheetNotFound

Class WorksheetNotFound

gspread/exceptions.py:22–23  ·  view source on GitHub ↗

Trying to open non-existent or inaccessible worksheet.

Source from the content-addressed store, hash-verified

20
21
22class WorksheetNotFound(GSpreadException):
23 """Trying to open non-existent or inaccessible worksheet."""
24
25
26class NoValidUrlKeyFound(GSpreadException):

Callers 4

get_worksheetMethod · 0.85
get_worksheet_by_idMethod · 0.85
worksheetMethod · 0.85
list_protected_rangesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…