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.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelWorkbookFormat Format { get; set; }
Public Property Format As ExcelWorkbookFormat
Get
Set
public:
property ExcelWorkbookFormat Format {
ExcelWorkbookFormat get ();
void set (ExcelWorkbookFormat value);
}
member Format : ExcelWorkbookFormat with get, set
Property Value
ExcelWorkbookFormat