gspread_helpers.range_name.validations#
Configurable constants for controlling column and row limitations.
Module Attributes
Maximum number of rows for worksheets in Google Sheets. |
|
Maximum number of rows for worksheets in Microsoft Excel. |
|
Maximum number of columns for worksheets in Google Sheets. |
|
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.