-1

We have one stored procedure which has different input parameters and it is fetching data from multiple tables.

Also we have on excel template with multiple sheet. we want to insert data into excel sheet by creating different queries. Does anybody tried that before?

SagarS
  • 9
  • 4

1 Answers1

0

There are different ways to achieve this. When you want to write a program using .Net (what I expect from your tags), I can recommend EPPlus.

Michael Tobisch
  • 1,034
  • 6
  • 15