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

Add support for inlineStr, including rich text #501

Merged
merged 3 commits into from
Mar 15, 2018

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