Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AnourValar committed Jan 27, 2025
1 parent 0fc44c1 commit 7ea0c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/PhpSpreadsheetDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ public function duplicateRows(string $ceilRange, callable $value, int $indentRow
}

$curr = $range[0][1];
while ($curr <= $range[1][1]) {
while ($curr <= $range[1][1]) { // rows
// Height
$this->copyHeight($curr, $curr + $shift);

Expand Down

0 comments on commit 7ea0c3c

Please sign in to comment.