Convert Excel XML to .xlsx with python

Hello guys, so i have this XML file which i can open pretty easily using Excel this is the file, but i want to convert it to xlsx or any compatible format to be able to use openpyxl module to it so that i can read it easily, is there any way to do this on python? Any advice would be appreciated thankyou.

Do you need to open that file with openpyxl? Python have several libraries for working with XML files. I have used ElementTree, for reading and basic manipulation it is not bad.