I can iterate over cells within worksheet. Each cell contains some text.
How can I select a substring within single cell and set its individual style?
For example underline a specific word (found by pattern or by start/end index of chars) within single cell.