How to save a new excel sheet using C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
It's the same in C#. If you have a workbook object, just call the SaveAs
method with the proper paramteres (many are Missing).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top