Winnovative Excel Library

ExcelWorkbook Constructor (ExcelWorkbookFormat, ExcelWorkbookDefaultSettings)

Winnovative Excel Library Documentation
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 format.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public ExcelWorkbook(
	ExcelWorkbookFormat workbookFormat,
	ExcelWorkbookDefaultSettings defaultSettings
)

Parameters

workbookFormat
Type: Winnovative.ExcelLibExcelWorkbookFormat
The format of the workbook. The currently supported formats are Excel 97-2003 format and Excel 2007 format.
defaultSettings
Type: Winnovative.ExcelLibExcelWorkbookDefaultSettings
An object encapsulating the default font, column width and row height for the newly created worksheets in this workbook.
See Also

Reference