ExcelWorkbook(String) Constructor

Opens a workbook from the specified Excel file

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelWorkbook(
	string excelFileName
)

Parameters

excelFileName  String
The file name of the Excel file to be loaded

See Also