asp.net mvc - MVC 2 Pass View to Controller to generate Excel File on-the-fly -


Is there a way to pass data from an administrator so that I can get data and create a .xls file

Greg

The easiest way is To create one, which can be opened directly by Excel

Alternatively, you can use Excel to create files.

The data has been passed in the normal way by looking at the controller method. If you need help getting a collection of rows from the scene, take a look.

Data is returned and returned to the user.


Comments