MVC 2 Pass View to Controller to generate Excel File on-the-fly
- by gsieranski
Is there a way to pass data from a View to a Controller so that I can get the data and create a .xls file on the fly?
Any help or thoughts are greatly appreciated.
Greg