Click here to Skip to main content
15,911,035 members

Comments by WrelleDube (Top 2 by date)

WrelleDube 18-Dec-15 3:22am View    
There is a large list of various UI controls in this article:
http://www.codeproject.com/Reference/788434/List-of-rd-Party-NET-UI-Reporting-Components
Now I'm not sure what .NET application you're targeting, but I decided to go with an existing System.Windows.Forms.DataGridView control. Here is an explanation on how to import and export a DataGridView to and from an excel file (the article uses this VB.NET component for excel files).
Also here you can find a working sample.
WrelleDube 17-Dec-15 5:15am View    
satyagrahi here is another C# library for excel files that can enable you to do this, see here.
Also not only that you can even read an existing excel files in C# with it.