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