WeihanLi / WeihanLi.Npoi

NPOI Extensions, excel/csv importer/exporter for IEnumerable<T>/DataTable, fluentapi(great flexibility)/attribute configuration

Home Page:https://weihanli.github.io/WeihanLi.Npoi/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

refact mapping

WeihanLi opened this issue · comments

refact mapping to support more custom mapping like:

DisplayTitle => x.Title + x.PubDate

not only a column => property mappping

Difficult for import, you can set this for export,but when you import data mapping like this,it's hard to split data for different property.Maybe this should not do like this.

Close for now.

1.4.5 had support OutputFormatter (for export) and InputFormatter(for import)

https://www.nuget.org/packages/WeihanLi.Npoi/1.4.5