mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-13 03:26:26 +00:00
Add empty cell condition for conditional formatting (#128)
This commit is contained in:
committed by
Adrien Crivelli
parent
134652a045
commit
7fd5eefe04
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user