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="…...Create a new workbook Workbook workbook = new Workbook(); Worksheet...Worksheet worksheet = workbook.Worksheets[0]; // Access the cell where...