Remove Dead Statement

This commit is contained in:
oleibman
2025-02-23 17:57:20 -08:00
parent 00e77f1ac1
commit 3319770fd6
-1
View File
@@ -3482,7 +3482,6 @@ class Xls extends XlsBase
private function includeCellRangeFiltered(string $cellRangeAddress): bool
{
$includeCellRange = true;
$includeCellRange = false;
$rangeBoundaries = Coordinate::getRangeBoundaries($cellRangeAddress);
++$rangeBoundaries[1][0];