PhpSpreadsheet/tests/PhpSpreadsheetTests/Functional
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
..
AbstractFunctional.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
ActiveSheetTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
ColumnWidthTest.php Test reading Xlsx column/row attrs with ReadFilter 2020-12-13 19:37:55 +01:00
CommentsTest.php Improve Coverage in src/PhpSpreadsheet 2020-11-27 06:50:01 -08:00
ConditionalStopIfTrueTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
ConditionalTextTest.php Save Excel 2010+ Functions Properly 2020-05-18 12:37:35 +09:00
DrawingImageHyperlinkTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
EnclosureTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
FreezePaneTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
MergedCellsTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
PrintAreaTest.php PrintArea Causes Exception 2020-07-26 12:15:57 +09:00
ReadBlankCellsTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
ReadFilterTest.php PSR12 code style 2020-07-26 14:13:11 +09:00
RowHeightTest.php Test reading Xlsx column/row attrs with ReadFilter 2020-12-13 19:37:55 +01:00
SelectedCellsTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
StreamTest.php Codestyle clean-ups 2020-10-09 16:08:20 +02:00
TypeAttributePreservationTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
WorkbookViewAttributesTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00