mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-26 22:08:36 +00:00
1daaad2576
Fix #3255, another oldie (3+ years). Allow the ability to only count rows and columns with data. To avoid a breaking change, keep present logic unless Reader `readEmptyCells` attribute is set to its non-default value, i.e. `false`. This adds very little overhead, and gives a result that I think many users would prefer.