java.lang.Object
com.aspose.cells.LoadDataFilterOptions
public class LoadDataFilterOptions
| Field Summary | ||
|---|---|---|
static final int | NONE | |
| Load nothing for sheet data | ||
static final int | ALL | |
| Load all | ||
static final int | CELL_BLANK | |
| Load cells whose value is blank | ||
static final int | CELL_STRING | |
| Load cells whose value is string | ||
static final int | CELL_NUMERIC | |
| Load cells whose value is numeric(including datetime) | ||
static final int | CELL_ERROR | |
| Load cells whose value is error | ||
static final int | CELL_BOOL | |
| Load cells whose value is bool | ||
static final int | CELL_VALUE | |
| Load cells value(all value types) only | ||
static final int | FORMULA | |
| Load cell formulas. | ||
static final int | CELL_DATA | |
| Load cells data including values, formulas and formatting | ||
static final int | CHART | |
| Load charts | ||
static final int | SHAPE | |
| Load shapes | ||
static final int | DRAWING | |
| Drawing objects(including Chart, Picture, OleObject and all other drawing objects) | ||
static final int | MERGED_AREA | |
| Load merged cells | ||
static final int | CONDITIONAL_FORMATTING | |
| Load conditional formatting | ||
static final int | DATA_VALIDATION | |
| Load data validations | ||
static final int | PIVOT_TABLE | |
| Load pivot tables | ||
static final int | TABLE | |
| Load tables | ||
static final int | HYPERLINKS | |
| Load hyperlinks | ||
static final int | SHEET_SETTINGS | |
| Load settings for worksheet | ||
static final int | SHEET_DATA | |
| Load all data of worksheet, such as cells data, settings, objects, ...etc. | ||
static final int | BOOK_SETTINGS | |
| Load settings for workbook | ||
static final int | SETTINGS | |
| Load settings for workbook and worksheet | ||
static final int | XML_MAP | |
| Load XmlMap | ||
static final int | STRUCTURE | |
| Load structure of the workbook | ||
static final int | DOCUMENT_PROPERTIES | |
| Load document properties | ||
static final int | DEFINED_NAMES | |
| Load defined Name objects | ||
static final int | VBA | |
| Load VBA projects | ||
static final int | STYLE | |
| Load styles for cell formatting | ||
static final int | PICTURE | |
| Load pictures | ||
static final int | OLE_OBJECT | |
| Load OleObjects | ||
| Field Detail |
|---|
NONE | |
public static final int NONE | |
ALL | |
public static final int ALL | |
CELL_BLANK | |
public static final int CELL_BLANK | |
CELL_STRING | |
public static final int CELL_STRING | |
CELL_NUMERIC | |
public static final int CELL_NUMERIC | |
CELL_ERROR | |
public static final int CELL_ERROR | |
CELL_BOOL | |
public static final int CELL_BOOL | |
CELL_VALUE | |
public static final int CELL_VALUE | |
FORMULA | |
public static final int FORMULA | |
CELL_DATA | |
public static final int CELL_DATA | |
CHART | |
public static final int CHART | |
SHAPE | |
public static final int SHAPE | |
DRAWING | |
public static final int DRAWING | |
MERGED_AREA | |
public static final int MERGED_AREA | |
CONDITIONAL_FORMATTING | |
public static final int CONDITIONAL_FORMATTING | |
DATA_VALIDATION | |
public static final int DATA_VALIDATION | |
PIVOT_TABLE | |
public static final int PIVOT_TABLE | |
TABLE | |
public static final int TABLE | |
HYPERLINKS | |
public static final int HYPERLINKS | |
SHEET_SETTINGS | |
public static final int SHEET_SETTINGS | |
SHEET_DATA | |
public static final int SHEET_DATA | |
BOOK_SETTINGS | |
public static final int BOOK_SETTINGS | |
SETTINGS | |
public static final int SETTINGS | |
XML_MAP | |
public static final int XML_MAP | |
STRUCTURE | |
public static final int STRUCTURE | |
DOCUMENT_PROPERTIES | |
public static final int DOCUMENT_PROPERTIES | |
DEFINED_NAMES | |
public static final int DEFINED_NAMES | |
VBA | |
public static final int VBA | |
STYLE | |
public static final int STYLE | |
PICTURE | |
public static final int PICTURE | |
OLE_OBJECT | |
public static final int OLE_OBJECT | |