Skip to content

Commit

Permalink
Download entire sheet (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
diversemix authored Jul 6, 2023
1 parent 9aae9d4 commit 2d99c4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/validate_cclw_sheet/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@

# The ID and range of a sample spreadsheet.
SPREADSHEET_ID = "10xcBKgiYoT7eWQoyoWYlELO_z7TC1XE-_CIkC0vONWk"
# RANGE_NAME = "All new docs as of 030323 - NEW FORMAT!A:Z"
RANGE_NAME = "CPR_MASTER_DOCS_1.0.2!A:Z"
RANGE_NAME = "CPR_MASTER_DOCS_1.0.2!A:ZZ"


def double_quote_quotes(col: str) -> str:
Expand Down

0 comments on commit 2d99c4d

Please sign in to comment.