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
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet)
What is the expected behavior?
Row style are not applied to cleared cell in Excel.
What is the current behavior?
Row style are applied to cleared cell in Excel.
What are the steps to reproduce?
Apply background color to entire Row 1:1 in Excel
Clear cell A1 in Excel (the background color of A1 is also cleared)
Load and save the xlsx file with the following code
In the saved xlsx file, the background color of A1 reverts back to before it was cleared
This is:
What is the expected behavior?
Row style are not applied to cleared cell in Excel.
What is the current behavior?
Row style are applied to cleared cell in Excel.
What are the steps to reproduce?
input.xlsx
output.xlsx
What features do you think are causing the issue
Does an issue affect all spreadsheet file formats? If not, which formats are affected?
XLSX (as far as I know)
Which versions of PhpSpreadsheet and PHP are affected?
php 8.2.2
phpoffice/phpspreadsheet 1.28.0 and master(e9cf273)
The text was updated successfully, but these errors were encountered: