Click or drag to resize

ExcelWorkbook Constructor

Overload List
  NameDescription
Public methodExcelWorkbook
Creates a workbook with a single worksheet. The default workbook format is Excel 2003. To create a workbook for a different Excel format, like Excel 2007-2019 or above, you can use the constructor with the Format parameter.
Public methodExcelWorkbook(Stream)
Opens a workbook from the specified Excel stream
Public methodExcelWorkbook(String)
Opens a workbook from the specified Excel file
Public methodExcelWorkbook(ExcelWorkbookFormat)
Creates a workbook with a single worksheet. The format of the workbook is specified by the workbookFormat parameter. The currently supported formats are Excel 97-2003 format and Excel 2007-2019 or above format.
Public methodExcelWorkbook(Stream, String)
Opens a workbook from the specified Excel stream with the specified password
Public methodExcelWorkbook(String, String)
Opens a workbook from the specified Excel file with the specified password
Public methodExcelWorkbook(ExcelWorkbookFormat, ExcelWorkbookDefaultSettings)
Creates a workbook with a single worksheet. The format of the workbook is specified by the workbookFormat parameter. The currently supported formats are Excel 97-2003 format and Excel 2007-2019 or above format.
Public methodExcelWorkbook(Stream, String, ExcelWorkbookDefaultSettings)
Opens a workbook from the specified Excel stream with the specified password
Public methodExcelWorkbook(String, String, ExcelWorkbookDefaultSettings)
Opens a workbook from the specified Excel file with the specified password
Top
See Also