A C# utility library for converting XML data into multiple output formats — Excel and PDF.
- XML → Excel — Parse XML and export structured data to
.xlsxformat - XML → PDF — Transform XML content into formatted PDF documents
XMLConversion/
├── XMLtoExcel/ # XML to Excel conversion module
└── XMLtoPDF/ # XML to PDF conversion module
git clone https://github.com/gaurravi11/XMLConversion.git
cd XMLConversionOpen the solution in Visual Studio and build the project.
- Provide your XML input file
- Choose the desired output format (Excel or PDF)
- Run the corresponding module