Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / DataImportOptions Class
Methods

In This Topic
    DataImportOptions Class Members
    In This Topic

    The following tables list the members exposed by DataImportOptions.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Methods
     NameDescription
    Public MethodGets columns selector. It selects columns to import. The default behavior is to auto-generate all columns.  
    Public MethodDetermines whether to include column header as the first row when importing data.  
    Public MethodDetermines how to handle insufficient space when importing data.  
    Public MethodGets the item type provider. It gets item type from the specified java.lang.Iterable<T> or array.The type is used to generate columns. The default behavior is to try to get the item type from the array, then try to get type from the first item.  
    Public MethodSets columns selector. It selects columns to import. The default behavior is to auto-generate all columns.  
    Public MethodDetermines whether to include column header as the first row when importing data.  
    Public MethodSets the item type provider. It gets item type from the specified java.lang.Iterable<T> or array.The type is used to generate columns. The default behavior is to try to get the item type from the array, then try to get type from the first item.  
    Top
    See Also