ExcelWorkbookSave(String) Method
Saves the workbook as the specified file.
The output format (Excel 97-2003 .xls or Excel 2007 .xlsx) is the current format of the workbook.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public void Save(
string excelFilename
)
Public Sub Save (
excelFilename As String
)
public:
void Save(
String^ excelFilename
)
member Save :
excelFilename : string -> unit
Parameters
- excelFilename String
- The name of the file where the workbook will be saved