Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Add data validity #29

Merged
merged 1 commit into from
Feb 25, 2015
Merged

Add data validity #29

merged 1 commit into from
Feb 25, 2015

Conversation

atsapenko
Copy link
Contributor

Providing dropdown list validation
Example:
ws.setValidation({
type: "list",
allowBlank: 1,
showInputMessage: 1,
showErrorMessage: 1,
sqref: "X2:X10",
formulas: [
'value1,value2'
]
});

Providing dropdown list validation
Example: 
ws.setValidation({
    type: "list",
    allowBlank: 1,
    showInputMessage: 1,
    showErrorMessage: 1,
    sqref: "X2:X10",
    formulas: [
      'value1,value2'
    ]
  });
@natergj natergj merged commit 37fcd6c into natergj:master Feb 25, 2015
@natergj
Copy link
Owner

natergj commented Feb 25, 2015

Thanks so much @atsapenko !
new function has been merged into master and published to npmjs.com

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants