public final class CellsSaveFileFormat
extends com.aspose.ms.System.Enum
Define different save file formats
Modifier and Type | Field and Description |
---|---|
static int |
CSV
Saves the document in comma separated value Format.
|
static int |
Default
Save File Format will not be changed
|
static int |
Dif |
static int |
Excel97To2003
Saves the document in the Microsoft Excel 97 - 2003 file Format.
|
static int |
ODS
Saves the document as an Office file Format.
|
static int |
Pdf
Saves the document as an Office file Format.
|
static int |
SVG |
static int |
TIFF
Saves the document as Tagged Image File Format (TIFF).
|
static int |
Xlam
Saves the document as an Office file Format.
|
static int |
Xlsb
Saves the document as an Office file Format.
|
static int |
Xlsm
Saves the document as an Office file Format.
|
static int |
Xlsx
Saves the document as an Office file Format.
|
static int |
Xltm
Saves the document as an Office file Format.
|
static int |
Xltx
Saves the document as an Office file Format.
|
static int |
XPS |
public static final int Default
Save File Format will not be changed
public static final int CSV
Saves the document in comma separated value Format.
public static final int Excel97To2003
Saves the document in the Microsoft Excel 97 - 2003 file Format.
public static final int Xlsx
Saves the document as an Office file Format.
public static final int Xlsm
Saves the document as an Office file Format.
public static final int Xltx
Saves the document as an Office file Format.
public static final int Xltm
Saves the document as an Office file Format.
public static final int Xlam
Saves the document as an Office file Format.
public static final int Pdf
Saves the document as an Office file Format.
public static final int ODS
Saves the document as an Office file Format.
public static final int Xlsb
Saves the document as an Office file Format.
public static final int XPS
public static final int TIFF
Saves the document as Tagged Image File Format (TIFF).
public static final int SVG
public static final int Dif
Copyright © 2017. All rights reserved.