View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Inbar Inbar is offline
external usenet poster
 
Posts: 15
Default How to save a new excel sheet using C#

It's the same in C#. If you have a workbook object, just call the SaveAs
method with the proper paramteres (many are Missing).

"Nihar" wrote:

Hi!
I am exporting from xml toexcel using C#. After I have done I could not save
it programmatically. Any help? I have used Saveas method of workbook. It will
good if you will provide cod ein C# not in VB or VBA.
thanks
Nihar