-
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
Template has background image... but result doesn't have #1649
Comments
Maybe this could be related to #1645 ? |
Perhaps.. but only if the same code of the library handles the image present in the 'template' file as well, but I doubt it |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Fix PHPOffice#1649, a 3-year-old issue long marked "stale". Excel supports background images on sheets; now PhpSpreadsheet will as well. Support is limited to Xlsx (read and write) and Html (write only). As far as I can tell, Excel Xml and Gnumeric do not support this, nor, of course, do Csv and Slk; Excel Xls does, but, as usual, how to handle it in BIFF format is a mystery; LibreOffice ODS supports it differently than Excel, and this is just another of many ODS style properties not currently supported by PhpSpreadsheet.
Removing stale label. |
* Sheet Background Images Fix #1649, a 3-year-old issue long marked "stale". Excel supports background images on sheets; now PhpSpreadsheet will as well. Support is limited to Xlsx (read and write) and Html (write only). As far as I can tell, Excel Xml and Gnumeric do not support this, nor, of course, do Csv and Slk; Excel Xls does, but, as usual, how to handle it in BIFF format is a mystery; LibreOffice ODS supports it differently than Excel, and this is just another of many ODS style properties not currently supported by PhpSpreadsheet. * Update CHANGELOG.md
This is:
What is the expected behavior?
What is the current behavior?
What are the steps to reproduce?
I have an .xlsx file created in microsoft excel. this has a backround image. I use this file as a template. All other formatting is preserved but the background image is not visible when I create the output file based on this template
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.14.1 - 2020-07-19
PHP Version 7.2.24
The text was updated successfully, but these errors were encountered: