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
- [* ] 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?
Characters like < has to changed to < in the cell comments
What is the current behavior?
Characters like < are not html encoded
What are the steps to reproduce?
Save a spreadsheet with characters like < in a cell comment
// add code that show the issue here...
The error is in Html.php line 1662
Now:
$result .= '
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?
Characters like < has to changed to < in the cell comments
What is the current behavior?
Characters like < are not html encoded
What are the steps to reproduce?
Save a spreadsheet with characters like < in a cell comment
// add code that show the issue here...
The error is in Html.php line 1662
Now:
$result .= '
Should be:
$result .= '
Which versions of PhpSpreadsheet and PHP are affected?
1.7.0
The text was updated successfully, but these errors were encountered: