PhpSpreadsheet/tests
MarkBaker 0171709e7f The `sortCellReferenceArray()` in `Coordinate` should have returned cells ordered by row, then by column... but instead sorted by column, then row.
Fixed that bug, using a slightly faster algorithm for the sort index than the simple fix would have used, and modified the tests that didn't have the correct expected result :-(
2022-04-28 17:43:01 +02:00
..
PhpSpreadsheetTests Improved memory performance for getSortedCoordinates() in the Cell Collection; with minimal execution time overhead. 2022-04-28 16:02:49 +02:00
data The `sortCellReferenceArray()` in `Coordinate` should have returned cells ordered by row, then by column... but instead sorted by column, then row. 2022-04-28 17:43:01 +02:00
bootstrap.php 100% Coverage for Calculation/DateTime (#1870) 2021-02-27 20:43:22 +01:00