gitbrent / xlsx-js-style

SheetJS Community Edition + Basic Cell Styles
https://gitbrent.github.io/xlsx-js-style/
Apache License 2.0
378 stars 59 forks source link

Style just one word in a cell #8

Open thalesantana opened 2 years ago

thalesantana commented 2 years ago

How I can style just one word in a cell?(it's possible?) like that: image

when I apply style it gives in entire cell. ws[reference].s.font = { strike: true }; image

gitbrent commented 2 years ago

This is not currently supported.

(Duplicate of Issue #7)