link

I am trying to save some contents in excel file through my .net c# application. By default it is trying to save the excel as Book1.xls which is not required in my application.
I am specifying the names of exel sheet through code only.
Any help!!!
I need some overlaod for Save method of ExcelApplication class.