How to extract data from an excel table using LINQ
I am looking for a short tutorial that can give me a head start on using LINQ, Say, I have an Excel document with 6 columns and 5 rows, I want to extract the information in the 5th column row wise, can someone tell me how to get the excel data connected, and how to query using LINQ. Thanks,