I am extracting content from an Excel sheet and inserting it into a Word document using the following method:
private static void InsertHtmlTable(DocumentBuilder builder, Workbook workbook, Worksheet worksheet, Range ra…...Replace("<table", "<table style='width:100%;'");...preserving all formatting, including colors, and then insert that image...