Skip to content

gaurravi11/XMLConversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

XMLConversion

A C# utility library for converting XML data into multiple output formats — Excel and PDF.

Features

  • XML → Excel — Parse XML and export structured data to .xlsx format
  • XML → PDF — Transform XML content into formatted PDF documents

Tech stack

C# .NET

Project structure

XMLConversion/
├── XMLtoExcel/   # XML to Excel conversion module
└── XMLtoPDF/     # XML to PDF conversion module

Getting started

git clone https://github.com/gaurravi11/XMLConversion.git
cd XMLConversion

Open the solution in Visual Studio and build the project.

Usage

  1. Provide your XML input file
  2. Choose the desired output format (Excel or PDF)
  3. Run the corresponding module

Author

Ravi GaurLinkedIn · GitHub

About

C# utility to convert XML data into Excel and PDF formats

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors