Skip to content
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

fix color from css in reading from html - add missing '{' #831

Closed
wants to merge 2 commits into from

Conversation

vipmaa1
Copy link

@vipmaa1 vipmaa1 commented Dec 22, 2018

This is:

- [ x ] a bugfix
- [ ] a new feature

Checklist:

Why this change is needed?

in case we generate Spreadsheet from html file and the code in file have text color in css "color:#FF00FF" it will showing as black color because it will render like rgb content with } "FF00FF}"
So, we fix it by adding missing bracket "{"

@PowerKiKi PowerKiKi closed this in 86c635b Jan 2, 2019
@PowerKiKi
Copy link
Member

Thanks !

guillaume-ro-fr pushed a commit to guillaume-ro-fr/PhpSpreadsheet that referenced this pull request Jun 12, 2019
In case we generate Spreadsheet from html file and the code
in file have text color in css "color:#FF00FF" it will showing
as black color because it will render like rgb content with } "FF00FF}"
So, we fix it by adding missing bracket "{".

Closes PHPOffice#831
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants