PhpSpreadsheet/tests/PhpSpreadsheetTests
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
..
Calculation Use self::assert*() instead of $this->assert*() 2017-09-22 14:22:44 +09:00
Cell Use self::assert*() instead of $this->assert*() 2017-09-22 14:22:44 +09:00
Chart Use self::assert*() instead of $this->assert*() 2017-09-22 14:22:44 +09:00
Collection Use self::assert*() instead of $this->assert*() 2017-09-22 14:22:44 +09:00
Custom Upgrade to PHP-CS-Fixer 2.0 2016-12-22 23:46:26 +09:00
Helper Use self::assert*() instead of $this->assert*() 2017-09-22 14:22:44 +09:00
Reader Support missing attribute r in c node when reading xlsx 2017-09-22 14:49:38 +09:00
Shared Use self::assert*() instead of $this->assert*() 2017-09-22 14:22:44 +09:00
Style Use self::assert*() instead of $this->assert*() 2017-09-22 14:22:44 +09:00
Worksheet Use self::assert*() instead of $this->assert*() 2017-09-22 14:22:44 +09:00
Writer Use self::assert*() instead of $this->assert*() 2017-09-22 14:22:44 +09:00
CalculationTest.php Use self::assert*() instead of $this->assert*() 2017-09-22 14:22:44 +09:00
CellTest.php Use self::assert*() instead of $this->assert*() 2017-09-22 14:22:44 +09:00
IOFactoryTest.php Use self::assert*() instead of $this->assert*() 2017-09-22 14:22:44 +09:00
ReferenceHelperTest.php Use self::assert*() instead of $this->assert*() 2017-09-22 14:22:44 +09:00
SampleTest.php Make global usage of use instead of FQCN 2017-05-18 00:10:16 +02:00
SettingsTest.php Use self::assert*() instead of $this->assert*() 2017-09-22 14:22:44 +09:00
WorksheetTest.php Use self::assert*() instead of $this->assert*() 2017-09-22 14:22:44 +09:00