|
This demo shows how to populate a DataGrid
with data from an Excel worksheet.
Technical Overview
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,
which will be displayed below. View
source View
spreadsheet
Click to run demo
Results
The DataGrid will be displayed here:

Copyright 2005 © SoftArtisans, Inc. All Rights
Reserved.
|