i’m calling
var blockCell = worksheet.Cells[
htmlBlock.OccupiedCells.StartRow,
htmlBlock.OccupiedCells.StartColumn
];
then just settings my html value
blockCell.HtmlString = html;
that equals to
<div style="…...5;">This is an example of regular text in HTML. This could be any information:...instructions, or just sample text.</p> </div> And getting result...