Link to home
Start Free TrialLog in
Avatar of Mahesh Yadav
Mahesh YadavFlag for India

asked on

Exporting data in Multiple excel Sheet from asp.net

I have requirement, I need to call a store procedure which returns me a data set.

Now my client does not want to use any third party tools and they want to export this store proc data into multiple sheet in a single excel file and then allow user to download it.

Any one please what are best options for me to go ahead on this.
Avatar of markvivanco
markvivanco

Why not use Excel to connect to your Oracle datasource?  Then query thru Excel directly?
Avatar of Mahesh Yadav

ASKER

I have SQL server as a back end and I can only call the store procedure and get the data from it.
I have no rights to do any thing extra
ASKER CERTIFIED SOLUTION
Avatar of kuroji
kuroji
Flag of Australia image

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