refactoring and renaming

This commit is contained in:
msramalho
2022-07-14 18:10:02 +02:00
parent 42172566f2
commit 90cb080c81
3 changed files with 30 additions and 23 deletions

View File

@@ -66,12 +66,13 @@ execution:
# can be overwritten with CMD --sheet=
sheet: your-sheet-name
# only check this worksheet rather than iterating through all worksheets in the spreadsheet. If whitelist is used then blacklist is ignored as whitelist is more restrictive.
# worksheet_whitelist: Sheet1
# worksheet to blacklist. Leave blank which is default for none. Useful if users want a MASTERSHEET exact copy of the working worksheet
# worksheet_blacklist: MASTERSHEET
# block or allow worksheets by name, instead of defaulting to checking all worksheets in a Spreadsheet
# worksheet_allow and worksheet_block can be single values or lists
# if worksheet_allow is specified, worksheet_block is ignored
# worksheet_allow:
# - Sheet1
# - "Sheet 2"
# worksheet_block: BlockedSheet
# which row of your tabs contains the header, can be overwritten with CMD --header=
header: 1