PhpSpreadsheet/tests/PhpSpreadsheetTests/Cell
Maxim Bulygin 6561494e32
Add possibility to check validity of a cell value, based on data validation rules
`$cell->hasValidValue()` returns true if the cell has a value which conform to the
rules defined in `$cell->getDataValidation()`.

Closes #257
2017-10-31 14:07:24 +09:00
..
AdvancedValueBinderTest.php Rename classes to keep them in their related namespaces 2017-10-29 17:39:42 +09:00
CellTest.php Rename classes to keep them in their related namespaces 2017-10-29 17:39:42 +09:00
DataTypeTest.php Use `self::assert*()` instead of `$this->assert*()` 2017-09-22 14:22:44 +09:00
DataValidatorTest.php Add possibility to check validity of a cell value, based on data validation rules 2017-10-31 14:07:24 +09:00
DefaultValueBinderTest.php Rename classes to keep them in their related namespaces 2017-10-29 17:39:42 +09:00
HyperlinkTest.php Use `self::assert*()` instead of `$this->assert*()` 2017-09-22 14:22:44 +09:00