Click or drag to resize

ExcelWorkbook(String, String, ExcelWorkbookDefaultSettings) Constructor

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

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

Parameters

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