filmov
tv
Load Excel in Word Addin into WPF DataGrid !! very powerfull Example Code

Показать описание
Word Addin: Load Excel file into WPF DataGrid
The following code guide shows how to quickly load data from an Excel file into a WPF DataGrid as an overview in a Word add-in.
The trick is that a Windows WPF Control is very fast and modern.
The code files in C #, XAML and Winforms can be embedded in your own application and the files are loaded as an example in the file attachment for download.
Subject:
Word Add-In, Office Addin Excel Load Data, DataGrid DataGrid, DataGridView
Load and bind data grid with DataSource
In addition, an async task WPF.DoEvents is built in to refresh the display
contains:
C # code for creating and loading a WPF DataGrid with data from Excel
Start-Code from Ribbonbar of the WPF Windows
XAML Code of DataGrid and WPF Controls in VSTO Office Add-in
Zip file of the project