We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Modify existing data validation rules.
Path: /{SheetName}/validation[N]
/{SheetName}/validation[N]
sqref
type
formula1
formula2
operator
allowBlank
showError
errorTitle
error
showInput
promptTitle
prompt
officecli set data.xlsx /Sheet1/validation[1] --prop formula1="Yes,No,N/A" officecli set data.xlsx /Sheet1/validation[2] --prop formula2=200 --prop error="Enter 1-200"
Based on OfficeCLI v1.0.64