public static final class ExcelSaveOptions.ExcelFormat
extends com.aspose.ms.System.Enum
Allows to specify .xls/xml or .xlsx file format. Default value is XMLSpreadSheet2003;
Modifier and Type | Field and Description |
---|---|
static int |
XLSX
Office Open XML (.xlsx) File Format
|
static int |
XMLSpreadSheet2003
Excel 2003 XML Format
|
public static final int XMLSpreadSheet2003
Excel 2003 XML Format
public static final int XLSX
Office Open XML (.xlsx) File Format
Copyright © 2019 Aspose. All Rights Reserved.