ExcelWorkbookFormat Property

Gets or sets the Excel workbook format (Excel 97-2003 .xls or Excel 2007 .xlsx). This property gives the output format when the workbook is saved and controls the features allowed when the workbook is updated by the library. When creating an empty workbook the format is Excel 97-2003. When the workbook is created from an existing excel file or stream, the format is the format of the opened excel document.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelWorkbookFormat Format { get; set; }

Property Value

ExcelWorkbookFormat

See Also