public final class LoadDataFilterOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL
Load all
|
static int |
BOOK_SETTINGS
Load settings for workbook
|
static int |
CELL_BLANK
Load cells whose value is blank
|
static int |
CELL_BOOL
Load cells whose value is bool
|
static int |
CELL_DATA
Load cells data including values, formulas and formatting
|
static int |
CELL_ERROR
Load cells whose value is error
|
static int |
CELL_NUMERIC
Load cells whose value is numeric(including datetime)
|
static int |
CELL_STRING
Load cells whose value is string
|
static int |
CELL_VALUE
Load cells value(all value types) only
|
static int |
CHART
Load charts
|
static int |
CONDITIONAL_FORMATTING
Load conditional formatting
|
static int |
DATA_VALIDATION
Load data validations
|
static int |
DEFINED_NAMES
Load defined Name objects
|
static int |
DOCUMENT_PROPERTIES
Load document properties
|
static int |
DRAWING
Drawing objects(including Chart, Picture, OleObject and all other drawing objects)
|
static int |
FORMULA
Load cell formulas.
|
static int |
HYPERLINKS
Load hyperlinks
|
static int |
MERGED_AREA
Load merged cells
|
static int |
NONE
Deprecated.
Use Structure instead.
|
static int |
OLE_OBJECT
Load OleObjects
|
static int |
PICTURE
Load pictures
|
static int |
PIVOT_TABLE
Load pivot tables
|
static int |
REVISION
Load revision logs
|
static int |
SETTINGS
Load settings for workbook and worksheet
|
static int |
SHAPE
Deprecated.
Use Drawing instead.
|
static int |
SHEET_DATA
Load all data of worksheet, such as cells data, settings, objects, ...etc.
|
static int |
SHEET_SETTINGS
Load settings for worksheet
|
static int |
STRUCTURE
Load structure of the workbook
|
static int |
STYLE
Load styles for cell formatting
|
static int |
TABLE
Load tables
|
static int |
VBA
Load VBA projects
|
static int |
XML_MAP
Load XmlMap
|
public static final int NONE
Remarks
NOTE: This member is now obsolete and please use Structure instead. This property will be removed 12 months later since December 2017. Aspose apologizes for any inconvenience you may have experienced.public static final int ALL
public static final int CELL_BLANK
public static final int CELL_STRING
public static final int CELL_NUMERIC
public static final int CELL_ERROR
public static final int CELL_BOOL
public static final int CELL_VALUE
public static final int FORMULA
Remarks
Generally defined Name objects(DefinedNames) also need to be loaded when loading formulas because they may be referenced by formulas. So Formula or CellData option should work with DefinedNames option together(Formula|DefinedNames or CellData|DefinedNames) for most scenarios.public static final int CELL_DATA
public static final int CHART
public static final int SHAPE
Remarks
NOTE: This member is now obsolete and please use Drawing instead. This property will be removed 12 months later since November 2019. Aspose apologizes for any inconvenience you may have experienced.public static final int DRAWING
public static final int MERGED_AREA
public static final int CONDITIONAL_FORMATTING
public static final int DATA_VALIDATION
public static final int PIVOT_TABLE
public static final int TABLE
public static final int HYPERLINKS
public static final int SHEET_SETTINGS
public static final int SHEET_DATA
public static final int BOOK_SETTINGS
public static final int SETTINGS
public static final int XML_MAP
public static final int STRUCTURE
public static final int DOCUMENT_PROPERTIES
public static final int DEFINED_NAMES
public static final int VBA
public static final int STYLE
public static final int PICTURE
public static final int OLE_OBJECT
public static final int REVISION
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.