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