gitbrent/xlsx-js-style

Style just one word in a cell

Opened this issue · 1 comments

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

This is not currently supported.

(Duplicate of Issue #7)