ExcelWorkbookSave(String) Method |
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.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void Save(
string excelFilename
)
Public Sub Save (
excelFilename As String
)
Parameters
- excelFilename String
- The name of the file where the workbook will be saved
See Also