ExcelWorkbook Constructor (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.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelWorkbook(
ExcelWorkbookFormat workbookFormat
)
Public Sub New (
workbookFormat As ExcelWorkbookFormat
)
Parameters
- workbookFormat
- Type: ExpertXls.ExcelLibExcelWorkbookFormat
The format of the workbook. The currently supported formats are Excel 97-2003 format and Excel 2007-2019 or above format.
See Also