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="…...:normal;text-decoration: underline;\">besluit</span></p></body></html>";...