Click or drag to resize

ExcelWorkbook Constructor (String, String, ExcelWorkbookDefaultSettings)

Opens a workbook from the specified Excel file with the specified password

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public ExcelWorkbook(
	string excelFileName,
	string openPassword,
	ExcelWorkbookDefaultSettings defaultSettings
)

Parameters

excelFileName
Type: SystemString
The file name of the Excel file to be loaded
openPassword
Type: SystemString
The password to open the workbook
defaultSettings
Type: ExpertXls.ExcelLibExcelWorkbookDefaultSettings
The default settings for the newly created workbook (like default font, row height or column width).
See Also