I am looking to evaluate the Aspose.Words library, specifically looking at the MailMerge feature.
The core requirement that I have is I need to build completely dynamic tables, where the number of rows and number of col…...next Create a template – In a DOCX file place a single table row...doc = new Document("Template.docx"); doc.MailMerge.Execute(dt);...