How can I open Excel Workbook in My WPF Form
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I need to Open Excel Work book in my Wpf Form is it Possible and if yes then How can I Do it?
-
I need to Open Excel Work book in my Wpf Form is it Possible and if yes then How can I Do it?
It isn't really possible to embed a worksheet in your form, but you can use a DataGrid to view and edit the values. To use excel in your app, google excel interop or ADO.Net and you should get lots of results. Good Luck