-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Setting rich text #172
Comments
Thanks |
Welcome! The cell's text style (include font, size, color, bold, underline, etc.) is stored in the file: |
Hi, |
hi,will this feature be implemented in the future? |
Yes, I have added this feature request to the Roadmap. |
Hi @mbresson and @VioletEvergardenZ. Sorry for my late reply. I have added rich text support for this lib, now you set cell with rich text by the |
Thanks! |
Hi,
first, thanks creating for this library, it's very useful.
I would like to know if it's possible to have rich text inside a cell? What I mean by rich text is text with a rich format, for instance "Hello world" where world is bold but Hello isn't. I have tried to dabble with SetCellStr and SetCellDefault with content such as
"Hello <font style='weight:700'>world</font>"
(I don't know a lot about XLSX format so my example may be wrong) but the cell value ends up escaped (with SetCellDefault too).Thanks!
The text was updated successfully, but these errors were encountered: