/LinqToExcel

Excel to Linq (Entity) library used to convert excel files .xlsx (2007 and above) and .xls (older) to a object oriented object

Primary LanguagePowerShell

LinqToExcel

Excel to Linq (Entity) library used to convert excel files .xlsx (2007 and above) and .xls (older) to a object oriented object

usage:

ExcelToEntity.Read();

ExampleObject will be the class to convert the excel file to. The columns must match the name of the properties of the object.

Get the nuget package from: https://www.nuget.org/packages/ExcelToLinq/