I want to export the 3 different grid to different WorkSheet in the same Excel sheet.(using C#)
Iam able to do the same in a single sheet. But not sure how to do for different worksheets. Any help is appreciated.
Thanks,Shobana Shetty
Printable View
I want to export the 3 different grid to different WorkSheet in the same Excel sheet.(using C#)
Iam able to do the same in a single sheet. But not sure how to do for different worksheets. Any help is appreciated.
Thanks,Shobana Shetty
If you can do it for one sheet you can do it for any number of sheets. You must be getting a reference to the worksheet to do it for one so simply get a reference to a different worksheet. If you only have one worksheet then add another.