My client needs to read some queries using Excel or something like it, so I need to generate XLS calling in some queries in stored procedures.
Basically I have the SP, I have the View Done, and the query working fine, but I don't know how to make an xls or an xlsx with the SP itself.
Is there any good practice or some specific steps I should follow?
Working with .NET C# and MVC2.
Thank you in advance!