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
.