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...