资 源 简 介
Linq to Excel
Use LINQ to retrieve data from spreadsheets.
var excel = new ExcelQueryFactory("excelFileName");var indianaCompanies = from c in excel.Worksheet() 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
height=385 />