Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Intro

Excerpt

Extract Excel data into a DataTable and bind it to a .NET web control.

Text from the 'Technical Overview' section

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

Code Block
Insert code from sample stored in SVN here

Downloads

Any template files
Sample output file