Click or drag to resize

ExcelWorkbook(String) Constructor

Opens a workbook from the specified Excel file

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public ExcelWorkbook(
	string excelFileName
)

Parameters

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