ExcelWorkbook Constructor

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, you can use the constructor with the Format parameter.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelWorkbook()

See Also