Skip to content

The shapes in Excel have disappeared. #4681

@huhan123456

Description

@huhan123456

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

1.xlsx

Example code:
$spreadsheet = IOFactory::load('1.xlsx');
$writer = IOFactory::createWriter($spreadsheet, 'Xlsx');
$writer->save('2.xlsx');

PHP 8.1.31
PHPSpreadsheet 4.4.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions