Class XSSFColumnShifter
- java.lang.Object
-
- org.apache.poi.ss.usermodel.helpers.BaseRowColShifter
-
- org.apache.poi.ss.usermodel.helpers.ColumnShifter
-
- org.apache.poi.xssf.usermodel.helpers.XSSFColumnShifter
-
@Beta public final class XSSFColumnShifter extends ColumnShifter
Helper for shifting columns up or down- Since:
- POI 4.0.0
-
-
Field Summary
-
Fields inherited from class org.apache.poi.ss.usermodel.helpers.ColumnShifter
sheet
-
-
Constructor Summary
Constructors Constructor Description XSSFColumnShifter(XSSFSheet sh)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateConditionalFormatting(FormulaShifter formulaShifter)voidupdateFormulas(FormulaShifter formulaShifter)voidupdateHyperlinks(FormulaShifter formulaShifter)voidupdateNamedRanges(FormulaShifter formulaShifter)-
Methods inherited from class org.apache.poi.ss.usermodel.helpers.ColumnShifter
shiftColumns, shiftMergedRegions
-
Methods inherited from class org.apache.poi.ss.usermodel.helpers.BaseRowColShifter
shiftRange
-
-
-
-
Constructor Detail
-
XSSFColumnShifter
public XSSFColumnShifter(XSSFSheet sh)
-
-
Method Detail
-
updateNamedRanges
public void updateNamedRanges(FormulaShifter formulaShifter)
- Specified by:
updateNamedRangesin classBaseRowColShifter
-
updateFormulas
public void updateFormulas(FormulaShifter formulaShifter)
- Specified by:
updateFormulasin classBaseRowColShifter
-
updateConditionalFormatting
public void updateConditionalFormatting(FormulaShifter formulaShifter)
- Specified by:
updateConditionalFormattingin classBaseRowColShifter
-
updateHyperlinks
public void updateHyperlinks(FormulaShifter formulaShifter)
- Specified by:
updateHyperlinksin classBaseRowColShifter
-
-