Problem with convert from xml to excel

Until last week, I used to convert from xml to excel. Everything was always converted to a meaningful Excel table. But now it converts to a meaningless excel table, which is unusable. The feed provider did not change anything in the xml. Don’t you know what could be the problem?

@tutyboty,

Could you please zip and attach your input XML file and output Excel file? Also, please share the sample code that you are using. We will check your issue soon.

Hi,

I send small xml file . Now I try once more to do some new convert but it is not possible. I made many attempts, but now I can’t do it at once more. Unfortunately, the xml does not match the data of the XLS file. I don’t have everything saved. I am sending as it looked like the last successfully converted from 30.11.

very thanks for help

tuty boty Monika Baroch

sobota 9. prosince 2023, 10:17:01, napsal jste:

convert XML.zip (45.8 KB)

@tutyboty,

Thanks for the zipped archive containing the files.

We will evaluate and get back to you soon.

@tutyboty,

I did try using latest version, i.e., Aspose.Cells for .NET v23.11 to convert the XML to XLSX, it seems it works Ok. Here is the sample code that I am using via Aspose.Cells.
e.g.
Sample code:

var workbook = new Workbook("g:\\test2\\money_export_faktura 09.12.2023.xml");
workbook.Save("g:\\test2\\out1.xlsx");

Please try latest version of Aspose.Cells for .NET v23.11. Please find attached the output XLSX file and let us know if you find any issue with it?
out1.zip (15.1 KB)

Also, which Aspose API (also mention version details) you are using? Could you please share your sample code snippet as well?