The shapes in Excel have disappeared.
Dear PHPOffice team,,
I hope this message finds you well. I am currently using PhpSpreadsheet and encountered an issue. After executing the example code, I opened the generated file 2.xlsx, and noticed that the shapes in Sheet1 have disappeared.
Could you kindly assist me in identifying the cause of this issue? Any help or insight would be greatly appreciated.
Thank you for your time and support.
Best regards, huhan
Example code: $spreadsheet = IOFactory::load('1.xlsx'); $writer = IOFactory::createWriter($spreadsheet, 'Xlsx'); $writer->save('2.xlsx');
PHP 8.1.31 PHPSpreadsheet 4.4.0
Confirmed. I do not have a handle on what the problem is. I will it to my to-do list.
Thank you for your prompt response and for adding this to your to-do list. I appreciate your time and look forward to your update.
Best regards, huhan
Closing. This is now supported (with some restrictions) using the pass-through support introduced by PR #4712.