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…...: The issue arises when the HTML table generated from Excel does...adjust the width of the inserted HTML table to ensure it fits correctly...