Namespace EasyXLS

Class ExcelDataValidator

System.Object
EasyXLS.ExcelDataValidator

public class ExcelDataValidator extends System.Object
This class restricts the cell entries to a specific data type (integers, decimal numbers, or text) and sets limits on the valid entries. The validation is stored as one formula for "equal to", "not equal to", "greater than", "less than", "greater than or equal to" or "less than or equal to" operators and two formulas for "between" and "not between" operators.