🚀 Overview:
This tool converts XML files into structured Excel format, enabling faster data analysis and automation.
🔒 Note:
- Due to NDA restrictions, actual input files are not provided.
- Users must supply their own XML files in the required format.
- This project only uses built-in Python libraries, so no additional dependencies are required.
Ensure you have the following installed:
- Python 3.x (No external libraries required)
git clone https://github.com/adnanhashmi25/xml-to-excel-converter.git cd xml-to-excel-converter
pip install -r requirements.txt
Place your XML files inside the /input folder. Config files should be provided separately (if applicable).
python xml_to_excel.py
The script will generate an Excel file in the /output folder. 📌 Features ✔ Converts hierarchical XML data into structured Excel format ✔ Handles large XML files efficiently ✔ Supports batch processing of multiple XMLs ✔ Customizable output structure
For a full project breakdown, visit the docs folder.