Hello, is there an easy way to use a doc file as a data source for mail merging in Aspose similar to the functionality that exists in MS Word? Right now, I am opening the data file, extracting the first (and only) table, and looping through each row and column and converting the data to a DataTable. Extracting text and handling images is relatively easy but things get complicated when some cells contain tables and others contained mixed data types. I’ve attached a basic example of the types of documents that need to be merged using Aspose.
Can an Aspose.Words.Tables.Table be converted to a DataTable or any other DataSource that can be used when calling MailMerge.Execute()?