Safe Haskell | None |
---|---|
Language | Haskell2010 |
Codec.Xlsx.Types.DataValidation
Documentation
data ValidationExpression Source #
Constructors
ValBetween Formula Formula | Between operator |
ValEqual Formula | "Equal to" operator |
ValGreaterThan Formula | "Greater than" operator |
ValGreaterThanOrEqual Formula | "Greater than or equal to" operator |
ValLessThan Formula | "Less than" operator |
ValLessThanOrEqual Formula | "Less than or equal to" operator |
ValNotBetween Formula Formula | "Not between" operator |
ValNotEqual Formula | "Not equal to" operator |
Instances
data ValidationType Source #
Constructors
Instances
data ErrorStyle Source #
Constructors
ErrorStyleInformation | |
ErrorStyleStop | |
ErrorStyleWarning |
Instances
data DataValidation Source #
Constructors
DataValidation | |
Fields |
readValidationType :: Text -> Text -> Cursor -> [ValidationType] Source #
readListFormula :: Formula -> [[Text]] Source #
readOpExpression2 :: Text -> Cursor -> [ValidationExpression] Source #
readValExpression :: Text -> [Formula] -> [ValidationExpression] Source #