PhpSpreadsheet/tests/PhpSpreadsheetTests/Reader
GreatHumorist 2abe56b946 Support missing attribute `r` in `c` node when reading xlsx
When describing a cell, the cell reference (r="A1") is optional.
When not present, we should just increment the index of the last processed row.

Fixes #201 
Closes #225
2017-09-22 14:49:38 +09:00
..
CsvTest.php Use `self::assert*()` instead of `$this->assert*()` 2017-09-22 14:22:44 +09:00
HTMLTest.php Use `self::assert*()` instead of `$this->assert*()` 2017-09-22 14:22:44 +09:00
OdsTest.php Use `self::assert*()` instead of `$this->assert*()` 2017-09-22 14:22:44 +09:00
XEEValidatorTest.php Added xml reader hyperlink support 2017-09-22 14:40:47 +09:00
XLSXTest.php Support missing attribute `r` in `c` node when reading xlsx 2017-09-22 14:49:38 +09:00