I am searching a way to transform an XML file into an Excel file using python. My XML do not contains data, just some tags (it's a template). I want to convert it to an Excel file to put some data in and then, back to the XML to use the data.
Thanks for the help :)