Skip to content

Kolahzary/CsExcelToXml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CsExcelToXml Build status

Sample project of converting Microsoft Excel files to XML using C#

How it works?

Simply reads Excel data into memory using NPOI library and then writes it back as XML file using System.Xml.Serialization.XmlSerializer.

Dependancies

  • Microsoft Visual Studio (also compilable using cli)
  • Microsoft .NET Framework 4.5 (may work on other versions)
  • NPOI Nuget Package