Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / InsufficientSpaceHandling Enumeration
In This Topic
    InsufficientSpaceHandling Enumeration
    In This Topic
    Determines how to handle insufficient space when importing data.
    Members
    MemberDescription
    InsertCellsInsert cells to make space.
    OverwriteOverwrite cells outside the bounds. This is the default behavior.
    TruncateDo not spill data or expand range.
    Inheritance Hierarchy

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

    See Also