Skip to content

A tool to convert XML files into structured Excel format for data analysis. Due to NDA, sample input and output can not be shared.

Notifications You must be signed in to change notification settings

adnanhashmi25/xml-to-excel-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML to Excel Converter

🚀 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.

📌 Installation & Setup

1️⃣ Prerequisites

Ensure you have the following installed:

  • Python 3.x (No external libraries required)

2️⃣ Clone the Repository

git clone https://github.com/adnanhashmi25/xml-to-excel-converter.git cd xml-to-excel-converter

3️⃣ Install Dependencies

pip install -r requirements.txt

4️⃣ Provide Input Files

Place your XML files inside the /input folder. Config files should be provided separately (if applicable).

5️⃣ Run the Converter

python xml_to_excel.py

6️⃣ Output

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

📜 Detailed Documentation

For a full project breakdown, visit the docs folder.

About

A tool to convert XML files into structured Excel format for data analysis. Due to NDA, sample input and output can not be shared.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages