Click or drag to resize

ExcelWorkbookSave Method (String)

Saves the workbook as the specified file. The output format (Excel 97-2003 .xls or Excel 2007-2019 or above .xlsx) is the current format of the workbook.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public void Save(
	string excelFilename
)

Parameters

excelFilename
Type: SystemString
The name of the file where the workbook will be saved
See Also