Link to home
Start Free TrialLog in
Avatar of GouthamAnand
GouthamAnand

asked on

Report report generation on spread sheet.

I am working on ASP.net applicaiton. I have to generate a complicated report on a predifined excel template (it is not just single page, it is a booklet). I have to get the data from SQL Server database and then fill the template with data and then download to client machine on press of button on browser.

Please suggest me whether I need any 3rd party components for this? And please explain me the steps to achieve this.
ASKER CERTIFIED SOLUTION
Avatar of HugoHiasl
HugoHiasl

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mike McCracken
Mike McCracken

Depending on the compleity, you could do it in Excel with VBA code.
Since you have to match an Excel template Crystal Reports won't help

mlmcc
Avatar of GouthamAnand

ASKER

Thanks a lot