Programming

Showing Tag: "c# excel saveas" (Show all posts)

Way to Save Workbook by SaveAs Method in C#

Posted by SunnyWhite on Thursday, December 16, 2010,

We save an Excel file after creating it. We have many methods to save an Excel file, which is often called workbook. Generally, workbook will be saved in the current folder with the name it was given when it was created if we don’t save it by specifying a path. Also, we can save a copy of the workbook without modifying the open workbook in memory.

The first way is to save a workbook without changing the path associated with a document-level customization.

Call the Save method of the This...


Continue reading ...
 

Way to Save Workbook by SaveAs Method in C#

Posted by SunnyWhite on Thursday, December 16, 2010,

We save an Excel file after creating it. We have many methods to save an Excel file, which is often called workbook. Generally, workbook will be saved in the current folder with the name it was given when it was created if we don’t save it by specifying a path. Also, we can save a copy of the workbook without modifying the open workbook in memory.

The first way is to save a workbook without changing the path associated with a document-level customization.

Call the Save method of the This...


Continue reading ...
 
 

About Me


Recent Posts