Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do.
-- Steve Jobs

Saturday, March 24, 2012

Using LINQ to Query Tables in Excel 2007 | MSDN

Using LINQ to Query Tables in Excel 2007
Microsoft LINQ allows for database style queries against object data. Although you cannot run LINQ queries directly against data stored in Microsoft Office Excel 2007 workbooks, it is possible to load the data into objects that do support LINQ.
This Visual How To illustrates how to use the Open XML Formats to load information stored in Excel worksheets into generic lists that support LINQ.
This Visual How To uses the Open XML Format SDK 2.0, which you need to install before you begin.

No comments:

Post a Comment