Winnovative Excel Library

ExcelWorkbook Constructor (ExcelWorkbookFormat)

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
)

Parameters

workbookFormat
Type: Winnovative.ExcelLibExcelWorkbookFormat
The format of the workbook. The currently supported formats are Excel 97-2003 format and Excel 2007 format.
See Also

Reference