Class HSSFColumnShifter
java.lang.Object
org.apache.poi.ss.usermodel.helpers.BaseRowColShifter
org.apache.poi.ss.usermodel.helpers.ColumnShifter
org.apache.poi.hssf.usermodel.helpers.HSSFColumnShifter
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateConditionalFormatting(FormulaShifter formulaShifter) Update conditional formattingvoidupdateFormulas(FormulaShifter formulaShifter) Update formulas.voidupdateHyperlinks(FormulaShifter formulaShifter) Shift the Hyperlink anchors (not the hyperlink text, even if the hyperlink is of type LINK_DOCUMENT and refers to a cell that was shifted).voidupdateNamedRanges(FormulaShifter formulaShifter) Update named rangesMethods inherited from class org.apache.poi.ss.usermodel.helpers.ColumnShifter
shiftColumns, shiftMergedRegionsMethods inherited from class org.apache.poi.ss.usermodel.helpers.BaseRowColShifter
shiftRange
-
Constructor Details
-
HSSFColumnShifter
-
-
Method Details
-
updateNamedRanges
Description copied from class:BaseRowColShifterUpdate named ranges- Specified by:
updateNamedRangesin classBaseRowColShifter
-
updateFormulas
Description copied from class:BaseRowColShifterUpdate formulas.- Specified by:
updateFormulasin classBaseRowColShifter
-
updateConditionalFormatting
Description copied from class:BaseRowColShifterUpdate conditional formatting- Specified by:
updateConditionalFormattingin classBaseRowColShifter
-
updateHyperlinks
Description copied from class:BaseRowColShifterShift the Hyperlink anchors (not the hyperlink text, even if the hyperlink is of type LINK_DOCUMENT and refers to a cell that was shifted). Hyperlinks do not track the content they point to.- Specified by:
updateHyperlinksin classBaseRowColShifter- Parameters:
formulaShifter- the formula shifting policy
-