diff --git a/src/PhpSpreadsheet/Style/Conditional.php b/src/PhpSpreadsheet/Style/Conditional.php index 1387d35f..d8d66213 100644 --- a/src/PhpSpreadsheet/Style/Conditional.php +++ b/src/PhpSpreadsheet/Style/Conditional.php @@ -31,6 +31,7 @@ class Conditional implements \PhpOffice\PhpSpreadsheet\IComparable const CONDITION_CELLIS = 'cellIs'; const CONDITION_CONTAINSTEXT = 'containsText'; const CONDITION_EXPRESSION = 'expression'; + const CONDITION_CONTAINSBLANKS = 'containsBlanks'; /* Operator types */ const OPERATOR_NONE = '';