0

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 :)

3
  • Here is the library, which you can use github.com/knadh/xmlutils.py Commented Jun 2, 2017 at 8:07
  • Also you should pay attention to answer here stackoverflow.com/questions/27846942/… Commented Jun 2, 2017 at 8:09
  • The library seems to do the job, but does it keep the constraints imposed by the xsd file ? Commented Jun 2, 2017 at 13:50

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.