You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [x] a bug report
- [ ] a feature request
- [x] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet)
What is the expected behavior?
After setting custom properties, I find them in file's custom properties.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If this is still an issue for you, please try to help by debugging it further and sharing your results.
Thank you for your contributions.
This bug is still present in PHP 7.4.33 + PhpSpreadsheet 1.28. Custom properties work fine for xlsx and ods formats but don't work for xls format. Tested on LibreOffice 6.4.7.2 and Microsoft Office 2003.
This is:
What is the expected behavior?
After setting custom properties, I find them in file's custom properties.
What is the current behavior?
This works for
xlsx
format, but doesn't forxls
.What are the steps to reproduce?
Please provide a Minimal, Complete, and Verifiable example of code that exhibits the issue without relying on an external Excel file or a web server:
Which versions of PhpSpreadsheet and PHP are affected?
1.8.2
The text was updated successfully, but these errors were encountered: