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="…...style="color: yellow;">Hello, this is a header</h2> <p style="color: blue;...PutValue("Hello, this is a header", true); This approach allows...