Skip to content

Commit a958149

Browse files
author
tlallement
committed
Remove init offsetX & offsetY
1 parent e88ac20 commit a958149

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/PhpSpreadsheet/Reader/Xlsx.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,8 +963,6 @@ protected function loadSpreadsheetFromFile(string $filename): Spreadsheet
963963
);
964964

965965
$objDrawing->setCoordinates($r);
966-
$objDrawing->setOffsetX(0);
967-
$objDrawing->setOffsetY(0);
968966
$objDrawing->setResizeProportional(false);
969967
$objDrawing->setInCell(true);
970968
$objDrawing->setWorksheet($docSheet);

0 commit comments

Comments
 (0)