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
XLS format does not support custom colors, but only a few predefined one. From your list only FFFF99 is supported. That's a first issue that you might want to fix on your side.
But I can still confirm the bug for supported colors, with the following code:
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 is:
What is the expected behavior?
Have same result for xlsx and xls writter
What is the current behavior?
This code works well with xlsx but does not works with the xls writer.
The conditional rules are applied but they doesn't have the colors information. The bold are ok.
What are the steps to reproduce?
Which versions of PhpSpreadsheet and PHP are affected?
php 7.1.4
PhpSpreadsheet 1.0.0
The text was updated successfully, but these errors were encountered: