Reputation: 657
I am new to WPF and need to create a application that import a excel file and then accroding to some database values have to manipulate some cell values programmatically.
Also i need to display and edit the file like in MSExcel.
I have found some third party tools, but i am looking for .net framework libraries.
please help me to find some related links or posts to create the same.
Upvotes: 1
Views: 915
Reputation: 172468
The WPF DataGrid is probably the .NET Framework Library component that comes closest to your requirement of "like MSExcel".
If you need something more fancy, your options are
Upvotes: 1