| 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 |
data ValidationType Source #
data ErrorStyle Source #
Constructors
| ErrorStyleInformation | |
| ErrorStyleStop | |
| ErrorStyleWarning |
data DataValidation Source #
Constructors
| DataValidation | |
Fields | |
readValidationType :: Text -> Text -> Cursor -> [ValidationType] Source #
readOpExpression2 :: Text -> Cursor -> [ValidationExpression] Source #
readValExpression :: Text -> [Formula] -> [ValidationExpression] Source #