We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7378be commit 9ff79a6Copy full SHA for 9ff79a6
src/PhpSpreadsheet/Worksheet/Worksheet.php
@@ -3653,7 +3653,6 @@ public function setBackgroundImage(string $backgroundImage): self
3653
public function copyCells(string $fromCell, string $toCells, bool $copyStyle = true): void
3654
{
3655
$toArray = Coordinate::extractAllCellReferencesInRange($toCells);
3656
- $value = $this->getCell($fromCell)->getValue();
3657
$valueString = $this->getCell($fromCell)->getValueString();
3658
$style = $this->getStyle($fromCell)->exportArray();
3659
$fromIndexes = Coordinate::indexesFromString($fromCell);
0 commit comments