PhpSpreadsheet/tests/PhpSpreadsheetTests/Cell
Mark Baker 5c18bb5798
Range operator tests (#1501)
* Improved handling of named ranges, although there are still some issues (names ranges using a union type with an overlap don't handle the overlap twice, which as the MS Excel approach to set overlaps as opposed to the mathematical approach which only applies overlap values once)

* Fix tests that misused space and comma as simple separators in cell ranges
2020-06-02 07:38:35 +02:00
..
AdvancedValueBinderTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
CellTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
CoordinateTest.php Range operator tests (#1501) 2020-06-02 07:38:35 +02:00
DataTypeTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
DataValidationTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
DataValidatorTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
DefaultValueBinderTest.php fix: issue #1476 crash with numeric string value terminating with new line (#1481) 2020-05-23 12:49:54 +02:00
HyperlinkTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
ValueBinderWithOverriddenDataTypeForValue.php Support overriding `DefaultValueBinder::dataTypeForValue()` 2018-11-03 17:25:43 +11:00