string html="<table><tr><td><b>Text</b></td></tr></table>" Document doc = Document.ReadHTML(html); doc.WriteDOCX(@"c:\report.docx");
Login to post response