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

Rich Text support #354

Closed
wants to merge 1 commit into from
Closed

Rich Text support #354

wants to merge 1 commit into from

Conversation

luizgpa
Copy link
Contributor

@luizgpa luizgpa commented May 24, 2024

Implements Rich Text #320

TextCellValue uses a new TextSpan instead of a just String. It's similar to the one from Flutter, using CellStyle (even if only a few values can be changed)

SharedString has a new textSpan property that parses the String Item (si) node and creates the TextSpan according to the Run Properties (rPr).

@FauconSpartiate
Copy link
Contributor

FauconSpartiate commented May 24, 2024

@luizgpa
Nice work, can you add test cases for this feature to confirm it's working as intended, and stays like that in the future?

@luizgpa
Copy link
Contributor Author

luizgpa commented May 29, 2024

I'm swamped with work, but once my schedule clears I will do that.

This was referenced Jul 9, 2024
@FauconSpartiate
Copy link
Contributor

Superseeded by #358

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.

2 participants