donnytian / Npoi.Mapper

Use this tool to import or export data with Excel file. The tool is a convention based mapper between strong typed object and Excel data via NPOI.
MIT License
589 stars 114 forks source link

`DateTimeOffset?` cause whole row be null #58

Closed John0King closed 2 years ago

John0King commented 4 years ago

base on my test

  1. the whole row will be null if your .Task<Import> , the Import contains DateTimeOffset?
  2. DateTime? is Ok

I think the DateTimeOffset should be support base on Current TimeZone of the thread

donnytian commented 2 years ago

will be fixed in v4.1