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="…...limitations of HTML rendering in Excel, which may not support all CSS... such as DOCX, and then import that into your Excel file. Here’s...