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 d2b3a8d commit d63ccf9Copy full SHA for d63ccf9
src/PhpSpreadsheet/Reader/Xlsx.php
@@ -1437,7 +1437,6 @@ protected function loadSpreadsheetFromFile(string $filename): Spreadsheet
1437
$xfrm = $oneCellAnchor->pic->spPr->children(Namespaces::DRAWINGML)->xfrm;
1438
$outerShdw = $oneCellAnchor->pic->spPr->children(Namespaces::DRAWINGML)->effectLst->outerShdw;
1439
1440
- $objDrawing = new \PhpOffice\PhpSpreadsheet\Worksheet\Drawing();
1441
$objDrawing->setName(self::getArrayItemString(self::getAttributes($oneCellAnchor->pic->nvPicPr->cNvPr), 'name'));
1442
$objDrawing->setDescription(self::getArrayItemString(self::getAttributes($oneCellAnchor->pic->nvPicPr->cNvPr), 'descr'));
1443
$embedImageKey = self::getArrayItemString(
0 commit comments