Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

linguamatics-pdenes
Copy link

  • When streaming, render "richText" values as ...
  • Parse inlineStr values correctly, including plain text and rich text

This should fix #409 and hopefully also covers the case in #495.

Pal Denes added 2 commits February 20, 2018 11:52
- When streaming, render "richText" values as <c t="inlineStr"><is><r>...</r></is></c>
- Parse inlineStr values correctly, including plain text and rich text
return true;

case 'r':
this.parser = richTextXForm;//this.map.r;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

parsing is state-full so this will cause problems if more than one parse is running.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point! See fix below...

@guyonroche guyonroche merged commit b602b54 into exceljs:master Mar 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rich text formatting is not rendered when using the Streaming I/O
2 participants