I am trying to generate a report in excel using asp.net and c# and sql server. I have attached the file of layout. I want the report layout similar to file attached.
Please let me know how to generate a report in asp.net.
I have separate tables for Report1 and report2 , center, manager.
Please send me the code to genarate a report in asp.net and c#. How we can do this using gridview?
You can use the Microsoft Jet provider to export data to excel, Here are some links that I've found good in the past. You need to start with a blank workbook, which you will copy and add all the data you want.