MaximTkachenko / openxml-fun

DocumentFormat.OpenXml wrapper to create and parse excel files
9 stars 0 forks source link
csharp documentformat dotnet-standard openxml

.NET Core

openxml-fun

Create excel tables using ExcelWriter and parse excel tables to list of entities using ExcelParser. They use DocumentFormat.OpenXml package internally. You can find examples of usage in OpenXmlFun.Excel.IntegrationTests project

It supports following .net types: String, Int32, Decimal, DateTime. Summary columns are also supported.

Target framework: netstandard2.0.