Skip to Content
0
Sep 19, 2023 at 10:16 AM

Excel mail attachment - partial Bold inside a cell

100 Views Last edit Sep 19, 2023 at 10:17 AM 2 rev

Hello,

I am wondering whether the requirement is possible to make partial bold in a cell (currently I'm using cl_ixml to create the excel mail attachment data), which then I used in my cl_bcs mail send. example of my expected output inside the mail attachment in a single cell:

- Today is better than Yesterday

so instead of full bold in a single cell, only certain words are in bold.

Currently, I already know how to make full bold in a single cell, but I have yet to found out how to do partial bold. From what I understand, the bold characteristic is bound to styleID, which is bound to cell, leading to my assumption that a single cell can't use more than 1 style, but who knows there actually exist other methods (so far I've not found any clue to do so).

Any insight is greatly appreciated, perhaps someone has ever encountered such case.