gspread_helpers.range_name.validations#

Configurable constants for controlling column and row limitations.

Module Attributes

GOOGLE_SHEETS_ROW_LIMIT

Maximum number of rows for worksheets in Google Sheets.

EXCEL_ROW_LIMIT

Maximum number of rows for worksheets in Microsoft Excel.

GOOGLE_SHEETS_COL_LIMIT

Maximum number of columns for worksheets in Google Sheets.

EXCEL_COL_LIMIT

Maximum number of columns for worksheets in Microsoft Excel.

gspread_helpers.range_name.validations.EXCEL_COL_LIMIT = 16384[source]#

Maximum number of columns for worksheets in Microsoft Excel.

gspread_helpers.range_name.validations.EXCEL_ROW_LIMIT = 1048576[source]#

Maximum number of rows for worksheets in Microsoft Excel.

gspread_helpers.range_name.validations.GOOGLE_SHEETS_COL_LIMIT = 18278[source]#

Maximum number of columns for worksheets in Google Sheets.

gspread_helpers.range_name.validations.GOOGLE_SHEETS_ROW_LIMIT = 10000000[source]#

Maximum number of rows for worksheets in Google Sheets.