Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ImportFlags Enumeration
In This Topic
    ImportFlags Enumeration
    In This Topic
    Options for reading data
    Members
    MemberDescription
    ConditionalFormattingRead the conditional formattings.
    DataRead only the data from worksheet
    DataValidationRead the data Validations.
    FormulasRead only the data and formula from worksheet
    MergeAreaRead the merge cells.
    PivotTableRead the pivot tables.
    ShapesRead all the shapes.
    StyleRead the styles.
    TableRead the tables.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.ImportFlags

    See Also