Info
| Version: | 1.0.0.2 | 
| Author(s): | Josue Lopez | 
| Last Update: | Thursday, November 12, 2015 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/josuelopezv/LinqToExcel | 
| NuGet Url: | https://www.nuget.org/packages/ExcelToLinq | 
Install
Install-Package ExcelToLinq
                        dotnet add package ExcelToLinq
                        paket add ExcelToLinq
                        
                                ExcelToLinq Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- ExcelDataReader(2.1.2.3)
Tags
 
                
Covert an Excel File (.xls and .xlsx) to object oriented IEnumerator based on class that matches the same name as the columns. No need of interop or any other reference.
See website for sourcecode!.