how to export asp.net MVC detail view data to an excel file?
- by sandeep
how to export asp.net mvc view data to an excel file ?
Actually my view page contain many viewdata types.
i am using for each loop with these datatype to displaying data on the view page.
my requirement is that i want to export this displayed data into excel file.how to do that?
thanks