When I try To save a excel document having a table with cell values wider than the column width as Docx, it ends up disTorting the values in the resulting table.
this is the table I am trying To convert To a word table …...saveOptions = new DocxSaveOptions(); workbook.Save(ms, saveOptions); ms...saveOptions = new DocxSaveOptions(); workbook.Save(ms, saveOptions); ms...