Exporting Datasets Into Multiple Sheets In Excel
-
Hi, I had a procedure which returns 5 result sets. Now i want to export 3 results sets in 1 excel sheet and the remaining 2 resultsets in another excel sheet. Can we do this in C#.net code and how. Thanks, Ram
-
Hi, I had a procedure which returns 5 result sets. Now i want to export 3 results sets in 1 excel sheet and the remaining 2 resultsets in another excel sheet. Can we do this in C#.net code and how. Thanks, Ram
I have found in VB.NET but you can convert to c# by many online converters. Export data to multiple sheets of Excel doc[^] Fortunately found in C# too Export DataSet to Multiple Excel Sheets[^]
thatraja |Chennai|India|
Brainbench certifications
Down-votes are like kid's kisses don't reject it :-)
Do what you want quickly because the Doomsday on 2012 :-) -
I have found in VB.NET but you can convert to c# by many online converters. Export data to multiple sheets of Excel doc[^] Fortunately found in C# too Export DataSet to Multiple Excel Sheets[^]
thatraja |Chennai|India|
Brainbench certifications
Down-votes are like kid's kisses don't reject it :-)
Do what you want quickly because the Doomsday on 2012 :-)thanks man its working