PhpSpreadsheet/src/PhpSpreadsheet/Cell
Milan Davídek 3be06a5e87
Support overriding DefaultValueBinder::dataTypeForValue()
This allow to avoid overriding `DefaultValueBinder::bindValue()`

Fixes #735
2018-11-03 17:25:43 +11:00
..
AdvancedValueBinder.php Optimize regex using \d 2017-12-23 14:36:08 +09:00
Cell.php Avoid losing calculated value type 2018-03-03 11:51:06 +01:00
Coordinate.php Add declaration of undefined variable 2018-10-28 14:03:24 +11:00
DataType.php Fix a few docblocks 2018-01-28 15:26:42 +09:00
DataValidation.php Written DataValidation was corrupted 2017-12-16 17:15:13 +09:00
DataValidator.php Add possibility to check validity of a cell value, based on data validation rules 2017-10-31 14:07:24 +09:00
DefaultValueBinder.php Support overriding DefaultValueBinder::dataTypeForValue() 2018-11-03 17:25:43 +11:00
Hyperlink.php Read and write hyperlink for drawing image 2018-07-15 13:00:30 +09:00
IValueBinder.php Support DateTimeImmutable as cell value 2017-12-23 21:50:07 +09:00