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
I have one question about usage of rich text. In my project I want to use superscript Excel text feature. Looking for this task led me to this issue #225. For now my implementation looks something like this:
The problem is that style[:unit] doesn't apply to RichText object.
I doesn't know is this a correct behaviour or not, so I wrote two specs which show my assumptions of how this should work. You can see them in this PR #398.
I assume that I can use axlsx api improperly so maybe there is a better solution of assigning rich text run properties from row style.
The text was updated successfully, but these errors were encountered:
Hi! Thank you for awesome gem.
I have one question about usage of rich text. In my project I want to use superscript Excel text feature. Looking for this task led me to this issue #225. For now my implementation looks something like this:
Then I use this build method in
add_row
call:The problem is that
style[:unit]
doesn't apply to RichText object.I doesn't know is this a correct behaviour or not, so I wrote two specs which show my assumptions of how this should work. You can see them in this PR #398.
I assume that I can use axlsx api improperly so maybe there is a better solution of assigning rich text run properties from row style.
The text was updated successfully, but these errors were encountered: