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

Commits on Feb 24, 2015

  1. Add data validity

    Providing dropdown list validation
    Example: 
    ws.setValidation({
        type: "list",
        allowBlank: 1,
        showInputMessage: 1,
        showErrorMessage: 1,
        sqref: "X2:X10",
        formulas: [
          'value1,value2'
        ]
      });
    atsapenko committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    37fcd6c View commit details
    Browse the repository at this point in the history