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
{{ message }}
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.
This space is necessary in some cases, simply removing it may merge words together.... e.g. in the 42richText.php example, it removes the space between h2so4 and is and between 2<sup>3</sup> andequals`.
Using toRichTextObject() to encode a HTML string:
<strong>bold</strong>, <em>italic</em>, <strong><em>bold+italic</em></strong>
becomes:
bold , italic , _bold+italic_
I fixed this for me:
@PHPExcel/Classes/PHPExcel/Helper/HTML.php
Should be:
The text was updated successfully, but these errors were encountered: