I'm new to python, so i have this XML file which i can open pretty easily using Excel, this is XML file
andi 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.
xlsxis XML - it's a ZIP package containing XML documents. Where did this XML file come from? Why not modify the code that generated this to create a properxlsxfile?xlsxin 2006. Very few if any libraries support it directly. Unless you have to read 15-year old files, it's better to use a library likexlsxwriterto write properxlsxfiles