PhpSpreadsheet/tests
Alex Wright 37bf44e9db Test reading Xlsx column/row attrs with ReadFilter
When reading an Xlsx file using a ReadFilter it is posible for
`ColumnAndRowAttributes::load()` to (I think) erroneously skip loading
of column or row attributes.

This is because `isFilteredColumn` and `isFilteredRow` will return early
with a true (ie the column or row should be considered filtered and
their attrbutes discarded) at the first false returned from the
ReadFilter. All rows for a column must past the filter for the loop to
return false. I've also created the same test of column widths for row
heights.

 * ColumnWidthTest.php
   Added test with a read filter.
 * RowHeightTest.php
   Mirrored column wdith tests for row height
2020-12-13 19:37:55 +01:00
..
PhpSpreadsheetTests Test reading Xlsx column/row attrs with ReadFilter 2020-12-13 19:37:55 +01:00
data Fix bug #1626 where values of 0 were "rounded" up/down as if they were not 0 (#1627) 2020-12-10 21:49:53 +01:00
bootstrap.php Keep sample bootstrap purely in samples 2020-05-17 18:51:13 +09:00