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 …...BottomMargin = 0; DocxSaveOptions saveOptions = new DocxSaveOptions();...DocxSaveOptions(); workbook.Save(ms, saveOptions); ms.Position = 0; here are the...