Load 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.
ALL
public static final int ALL
Load all
CELL_BLANK
public static final int CELL_BLANK
Load cells whose value is blank
CELL_STRING
public static final int CELL_STRING
Load cells whose value is string
CELL_NUMERIC
public static final int CELL_NUMERIC
Load cells whose value is numeric(including datetime)
CELL_ERROR
public static final int CELL_ERROR
Load cells whose value is error
CELL_BOOL
public static final int CELL_BOOL
Load cells whose value is bool
CELL_VALUE
public static final int CELL_VALUE
Load cells value(all value types) only
FORMULA
public static final int FORMULA
Load 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_DATA
public static final int CELL_DATA
Load cells data including values, formulas and formatting
CHART
public static final int CHART
Load charts
SHAPE
public static final int SHAPE
Load 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.
DRAWING
public static final int DRAWING
Drawing objects(including Chart, Picture, OleObject and all other drawing objects)
MERGED_AREA
public static final int MERGED_AREA
Load merged cells
CONDITIONAL_FORMATTING
public static final int CONDITIONAL_FORMATTING
Load conditional formatting
DATA_VALIDATION
public static final int DATA_VALIDATION
Load data validations
PIVOT_TABLE
public static final int PIVOT_TABLE
Load pivot tables
TABLE
public static final int TABLE
Load tables
HYPERLINKS
public static final int HYPERLINKS
Load hyperlinks
SHEET_SETTINGS
public static final int SHEET_SETTINGS
Load settings for worksheet
SHEET_DATA
public static final int SHEET_DATA
Load all data of worksheet, such as cells data, settings, objects, ...etc.