Field Summary | ||
---|---|---|
const Number | NONE | |
No cache for any data access.
|
||
const Number | ALL | |
Apply all possible optimizations for all kinds of data access in the workbook.
All settings and data should not be changed during the optimized access.
|
||
const Number | POSITION_AND_SIZE | |
Apply possible optimization for getting object(such as Shape)'s position and size.
Row height and column width settings should not be changed during the optimized access.
|
||
const Number | CELLS_DATA | |
Apply possible optimization for getting cells' values.
Cells data(data and settings of Cell, Row) should not be changed during
the optimized access, no new Cell/Row objects should be created either(such as
by |
||
const Number | CELL_DISPLAY | |
Apply possible optimization for getting display-related results of
cells( |
||
const Number | GET_FORMULA | |
Apply possible optimization for getting formulas.
All data and settings which may affect the formula expression(Worksheet's name, Name's text,
table's column, etc.) should not be changed during the optimized access.
|
||
const Number | SET_FORMULA | |
Apply possible optimization for setting formulas.
All data and settings which may affect the formula expression(Worksheet's name, Name's text,
table's column, etc.) should not be changed during the optimized access.
|
||
const Number | CALCULATE_FORMULA | |
Apply possible optimization for calculating formulas.
Cells data should not be changed during the optimized access, none new objects(Cell, Row, etc.)
should be created either(such as by |
||
const Number | CONDITIONAL_FORMATTING | |
Apply possible optimization for getting formatting result of conditional formattings.
All data and settings which may affect the result of conditional formattings(settings of
conditional formattings, dependent cell values, etc.) should not be changed during the optimized access.
|
||
const Number | VALIDATION | |
Apply possible optimization for getting validation result.
All data and settings which may affect the result of validation(settings of the validation,
dependent cell values, etc.) should not be changed during the optimized access.
|
const Number NONE
const Number ALL
const Number POSITION_AND_SIZE
const Number CELLS_DATA
const Number CELL_DISPLAY
const Number GET_FORMULA
const Number SET_FORMULA
const Number CALCULATE_FORMULA
const Number CONDITIONAL_FORMATTING
const Number VALIDATION