LoadDataFilterOptions

LoadDataFilterOptions enumeration

Utility class containing constants. Represents the options to filter data when loading workbook from template.

Values

NameDescription
NONELoad nothing for sheet data 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.
ALLLoad all
CELL_BLANKLoad cells whose value is blank
CELL_STRINGLoad cells whose value is string
CELL_NUMERICLoad cells whose value is numeric(including datetime)
CELL_ERRORLoad cells whose value is error
CELL_BOOLLoad cells whose value is bool
CELL_VALUELoad cells value(all value types) only
FORMULALoad cell formulas. 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.
CELL_DATALoad cells data including values, formulas and formatting
CHARTLoad charts
SHAPELoad shapes 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.
DRAWINGDrawing objects(including Chart, Picture, OleObject and all other drawing objects)
MERGED_AREALoad merged cells
CONDITIONAL_FORMATTINGLoad conditional formatting
DATA_VALIDATIONLoad data validations
PIVOT_TABLELoad pivot tables
TABLELoad tables
HYPERLINKSLoad hyperlinks
SHEET_SETTINGSLoad settings for worksheet
SHEET_DATALoad all data of worksheet, such as cells data, settings, objects, …etc.
BOOK_SETTINGSLoad settings for workbook
SETTINGSLoad settings for workbook and worksheet
XML_MAPLoad XmlMap
STRUCTURELoad structure of the workbook
DOCUMENT_PROPERTIESLoad document properties
DEFINED_NAMESLoad defined Name objects
VBALoad VBA projects
STYLELoad styles for cell formatting
PICTURELoad pictures
OLE_OBJECTLoad OleObjects
REVISIONLoad revision logs