linqtoexcel


Use LINQ to retrieve data from spreadsheets.

Linq to Excel

Use LINQ to retrieve data from spreadsheets. var excel = new ExcelQueryFactory("excelFileName"); var indianaCompanies = from c in excel.Worksheet<Company>() where c.State == "IN" select c;


The home page is now located on Github

Install the NuGet package.

Go to the Read me page for information on implementing Linq to Excel in your project.

Need help? Report an issue or ask a question on Stack Overflow.


Demo Video

http://www.youtube.com/watch?feature=player_embedded&v=t3BEUP0OTFM' target='_blank'>http://img.youtube.com/vi/t3BEUP0OTFM/0.jpg' width='640' height=385 />

Project Information

Labels:
linq .net csharp excel linqprovider