mini-software / MiniExcel

Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)
https://www.nuget.org/packages/MiniExcel/
Apache License 2.0
2.81k stars 342 forks source link

add dateTime nullable support #623

Closed jiaguangli closed 4 months ago

jiaguangli commented 4 months ago

Update TypeHelper.cs

you can use

[DisplayName("due_date")]
public DateTime? due_date { get; set; }