ExcelWorkbook(ExcelWorkbookFormat) Constructor
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.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelWorkbook(
ExcelWorkbookFormat workbookFormat
)
Public Sub New (
workbookFormat As ExcelWorkbookFormat
)
public:
ExcelWorkbook(
ExcelWorkbookFormat workbookFormat
)
new :
workbookFormat : ExcelWorkbookFormat -> ExcelWorkbook
Parameters
- workbookFormat ExcelWorkbookFormat
- The format of the workbook. The currently supported formats are Excel 97-2003 format and Excel 2007 format.