 | ExcelHelper Constructor |
Initializes a new instance of the
ExcelHelper class and opens the specified Excel file.
Namespace: ema3d.Api.V25.ResultsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic ExcelHelper(
string filepath
)
Public Sub New (
filepath As String
)
public:
ExcelHelper(
String^ filepath
)
new :
filepath : string -> ExcelHelper
Parameters
- filepath String
- The file path to the Excel file.
ExceptionsException | Condition |
---|
ArgumentException | Thrown when the file path is null or empty, or if the file cannot be opened. |
See Also