Mask
Mask

Reputation: 657

How to create a Excel like interface?

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

Answers (1)

Heinzi
Heinzi

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

Related Questions