7
Answers

creating an Excel Worksheet in C#.NET

I want to create an Excel worksheet with the details from a database and the important thing is the column names of the database should be displayed in the column headers of the excel sheet. for instance column names of an excel sheet is like this A B C  D but for my program it must want to be displayed like UserName, Location, etc. please help me sir to get it done.
Answers (7)