Add empty cell condition for conditional formatting (#128)

This commit is contained in:
Galkin Ivan 2017-04-01 06:12:31 +03:00 committed by Adrien Crivelli
parent 134652a045
commit 7fd5eefe04
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class Conditional implements \PhpOffice\PhpSpreadsheet\IComparable
const CONDITION_CELLIS = 'cellIs'; const CONDITION_CELLIS = 'cellIs';
const CONDITION_CONTAINSTEXT = 'containsText'; const CONDITION_CONTAINSTEXT = 'containsText';
const CONDITION_EXPRESSION = 'expression'; const CONDITION_EXPRESSION = 'expression';
const CONDITION_CONTAINSBLANKS = 'containsBlanks';
/* Operator types */ /* Operator types */
const OPERATOR_NONE = ''; const OPERATOR_NONE = '';