Class InnerCellShiftStrategy

java.lang.Object
org.jxls.common.cellshift.InnerCellShiftStrategy
All Implemented Interfaces:
CellShiftStrategy

public class InnerCellShiftStrategy extends Object implements CellShiftStrategy
Shifts only cells directly impacted by the cells being shifted E.g. if a cell in column X is being shifted down it shifts all the other cells located below the shifted cell in the column X
  • Constructor Details

    • InnerCellShiftStrategy

      public InnerCellShiftStrategy()
  • Method Details