ExcelWorkbook(String, String, ExcelWorkbookDefaultSettings) Constructor
Opens a workbook from the specified Excel file with the specified password
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelWorkbook(
string excelFileName,
string openPassword,
ExcelWorkbookDefaultSettings defaultSettings
)
Public Sub New (
excelFileName As String,
openPassword As String,
defaultSettings As ExcelWorkbookDefaultSettings
)
public:
ExcelWorkbook(
String^ excelFileName,
String^ openPassword,
ExcelWorkbookDefaultSettings^ defaultSettings
)
new :
excelFileName : string *
openPassword : string *
defaultSettings : ExcelWorkbookDefaultSettings -> ExcelWorkbook
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).