PhpSpreadsheet/tests
phinor 98d1782bbb Xls(x) Readers now respect the readBlankCells setting. (#835)
* Prevented reading of blank cells.

The "readEmptyCells" attribute is ignored when reading spreadsheets, resulting in memory bloat.

* Included a test file for Unit Testing

A file that contains 100 referenced cells, one of which contains data.

* New test file for reading in empty cells

* Added test for reading in a blank cell

* Updated CHANGELOG

* Changed "s to 's

Change required for code style compliance

* Further Code Style Changes

Removed spaces after variable, before array indices.

* Further Code Style Changes

* Further Code Style Changes

Removed additional spaces.

* Updated reader and tests.
2019-04-15 21:40:20 +02:00
..
PhpSpreadsheetTests Xls(x) Readers now respect the readBlankCells setting. (#835) 2019-04-15 21:40:20 +02:00
data Fix VLOOKUP whose return was impacted by order for a $not_exact_match (#854) 2019-04-15 21:37:23 +02:00
bootstrap.php Simplify bootstrap for tests 2017-01-23 15:05:41 +09:00