gspread_helpers.range_name.exceptions#

Exceptions and Warnings#

General exceptions used by gspread_helpers.range_name.

Exceptions

ColumnLimitExceeded

Raised when cols parameter exceeds the column limit according to the source parameter.

RowLimitExceeded

Raised when rows parameter exceeds the row limit according to the source parameter.

exception gspread_helpers.range_name.exceptions.ColumnLimitExceeded[source]#

Raised when cols parameter exceeds the column limit according to the source parameter.

exception gspread_helpers.range_name.exceptions.RowLimitExceeded[source]#

Raised when rows parameter exceeds the row limit according to the source parameter.