ExcelWorkbook(String) Constructor |
Opens a workbook from the specified Excel file
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelWorkbook(
string excelFileName
)
Public Sub New (
excelFileName As String
)
Parameters
- excelFileName String
- The file name of the Excel file to be loaded
See Also