Click or drag to resize

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

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public ExcelWorkbook()
See Also