Any MailMerge Function is available in Aspose.Cells?

I want to know that any MailMerge Function is available in Aspose.Cells.

I already worked out with Aspose.Words.Now i want to know about Aspose.Cells.

Can anybody help me out?

Hi,

Thanks for considering Aspose.

Generally, we follow MS Excel standards and I don't think that MailMerging feature is there in MS Excel. I think, currently, you may do the task manually using Aspose.Cells APIs.

Thank you.

Do you mean reading the CSV file ,creating an excel file and writing into the Excel file manually?

Hi,

Yes, reading csv file and writing / filling excel file worksheets with data using Aspose.Cells APIs.

Thank you.

How to read a CSV file and merge it to an excel file?

I have some codes but not getting executed.It is given below

WorkbookDesigner designer = new WorkbookDesigner();
designer.open("D:/testcell.xls");
Object fieldvalue="hai";
designer.setDataSource("D:/testcell.xls",fieldvalue);

Do you have any idea regarding this?

Can u please help me out?