-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broken xls writer: lost EMF embed image #274
Comments
Please provide a Minimal, Complete, and Verifiable example of code without relying on an external Excel file. |
@PowerKiKi |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
will recheck later |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Looks like not critical for everyone. Can be forgotten. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This is:
What is the expected behavior?
Readable XLS file with embed image.
What is the current behavior?
If open in Excel, XLS file with broken image.
If try to read it by PhpSpreadsheet, we've got:
$BSECollection
is empty array.What are the steps to reproduce?
imgBook1.xlsx
Sample Xlsx with 1 embed EMF picture.
Which versions of PhpSpreadsheet and PHP are affected?
sources from 13.11.2017
PHP 7.2.0rc6
The text was updated successfully, but these errors were encountered: