项目作者: Kolahzary

项目描述 :
Sample project of converting Microsoft Excel files to XML using C#
高级语言: C#
项目地址: git://github.com/Kolahzary/CsExcelToXml.git
创建时间: 2018-08-26T19:02:29Z
项目社区:https://github.com/Kolahzary/CsExcelToXml

开源协议:MIT License

下载


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