ExcelWorkbook Constructor (String) |
Opens a workbook from the specified Excel file
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelWorkbook(
string excelFileName
)
Public Sub New (
excelFileName As String
)
Parameters
- excelFileName
- Type: SystemString
The file name of the Excel file to be loaded
See Also