Hi,
We tried below code from this link https://blog.conholdate.com/total/how-to-convert-excel-to-xml-in-csharp/,
Workbook workbook = new Workbook(“sample.xlsx”);
workbook.Save(“Spreadsheet.xml”);
XmlSaveOptions xmlSa…...here where I first generate report using dynamic template and...apply xml mapping on generated report and then generate the final...