Click or drag to resize

ExcelHelper Constructor

Initializes a new instance of the ExcelHelper class and opens the specified Excel file.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public ExcelHelper(
	string filepath
)

Parameters

filepath  String
The file path to the Excel file.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when the file path is null or empty, or if the file cannot be opened.
See Also