Intro

Extract Excel data into a DataTable

The source Workbook contains a listing of Employees for the fictional company AdventureWorks. The actual data is marked with two Named Ranges, "EmployeesHeadings" and "EmployeesData", which will make it easier to import using ExcelWriter. This data is then used to populate a DataGrid

Code

Insert code from sample stored in SVN here

Downloads

ExcelToDataTable.xlsx