mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 12:07:56 +00:00
b392854c9c
When using a read filter with the ODS reader, cells with table:number-columns-repeated containing data were incorrectly handled. The read filter was only checked for the first column of a repeated group - if it didn't pass, the entire group was skipped, even if other columns within the range should have passed the filter. This caused column data misalignment where filtered columns would either be missing or contain data from wrong positions. The fix ensures that: 1. When the first column of a repeated group fails the filter, the reader checks if ANY column in the group passes before skipping 2. During data writing, each repeated column is individually checked against the read filter Fixes PHPOffice/PhpSpreadsheet#4802
2.8 KiB
2.8 KiB