Thursday, August 17, 2017

The LinqToExcel NuGet package!

This will allow you to query Excel sheets in C#! You will map records to a POCO of your creation. The getsetters will be decorated with attributes like so:

[ExcelColumn("Whatever")]

 
 

...and these map off columns to your type.

No comments:

Post a Comment