We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e77f1 commit 3319770Copy full SHA for 3319770
src/PhpSpreadsheet/Reader/Xls.php
@@ -3482,7 +3482,6 @@ protected function readSelection(): string
3482
3483
private function includeCellRangeFiltered(string $cellRangeAddress): bool
3484
{
3485
- $includeCellRange = true;
3486
$includeCellRange = false;
3487
$rangeBoundaries = Coordinate::getRangeBoundaries($cellRangeAddress);
3488
++$rangeBoundaries[1][0];
0 commit comments