Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion querybook/server/lib/export/exporters/gspread_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class UserTokenNotFound(Exception):

GSPREAD_OAUTH_CALLBACK = "/gspread_oauth2callback"

MAX_SHEETS_CELLS = 5000000
MAX_SHEETS_CELLS = 10000000 # Google sheets limit of 10,000,000 cells
MAX_SHEETS_NEW_ROWS = 40000
DEFAULT_GSPREAD_NUM_COLS = 26

Expand Down
Loading