Xml file unable to be converted

Starting this morning I tried to convert an XML file about 24 Mb. The web site is processing the file until 100% but not releasing any file after hours…

What is the problem?

@ezanini

Which Aspose API you are using? Moreover, please zip and upload your XML file to some sharing service (e.g. dropbox, Google drive, etc.) and share the download link here. Also, please share your sample code that you are using on XML to XLSX conversion. We will check your issue soon.

Here the link

https://www.dropbox.com/s/6hl9liu7concekz/people.zip?dl=0

@ezanini,

Thanks for the XML file.

You have not shared which Aspose API (.NET/Java) you are using. Also, you have not shared the sample code segment that you are using for evaluation. Are you using Aspose.Tasks or Aspose.Cells? Please do the needful and provide the sample code and details. We will look into your issue soon.

Dear
Honestly I’m not sure to follow you completely. I was using the website page
https://products.aspose.app/pdf/it/conversion/xml-to-excel
And adding my XML file I wished to get it back in Excel format (in a simple table)

Is that more clear?

@ezanini

We suggest you please read the following article.
Generating PDF document using XSLT transformation

You can save the final document to Excel using following line of code.

pdfDocument.Save(dataDir + "out.xlsx",SaveFormat.Excel);