Hi , I have an ms excel template and it contains some dynamic fields that I have to merge with database table.
So using aspose how can we implement that.
For Ms word we used=> Aspose.Words.Document.MailMerge.Execute(Dataset)
For Ms excel what to used?
Regards
AkaJohn
Hi,
ADO.NET
etc. or even use variables / arrays, objects etc. For the purpose, set markers’ datasource for the WorkbookDesigner object and finally process it and you will see the data is extracted/replaced or merged for the markers i.e…, data is displayed in the cells (in the worksheet) against your inserted markers.