public final class HSSFRowShifter extends RowShifter
sheet
Constructor and Description |
---|
HSSFRowShifter(HSSFSheet sh) |
Modifier and Type | Method and Description |
---|---|
void |
updateConditionalFormatting(FormulaShifter formulaShifter)
Update conditional formatting
|
void |
updateFormulas(FormulaShifter formulaShifter)
Update formulas.
|
void |
updateHyperlinks(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).
|
void |
updateNamedRanges(FormulaShifter formulaShifter)
Update named ranges
|
void |
updateRowFormulas(HSSFRow row,
FormulaShifter formulaShifter)
Update the formulas in specified row using the formula shifting policy specified by shifter
|
shiftMergedRegions, validateShiftLeftParameters, validateShiftParameters
shiftRange
public HSSFRowShifter(HSSFSheet sh)
@NotImplemented public void updateNamedRanges(FormulaShifter formulaShifter)
BaseRowColShifter
updateNamedRanges
in class BaseRowColShifter
@NotImplemented public void updateFormulas(FormulaShifter formulaShifter)
BaseRowColShifter
updateFormulas
in class BaseRowColShifter
@NotImplemented public void updateConditionalFormatting(FormulaShifter formulaShifter)
BaseRowColShifter
updateConditionalFormatting
in class BaseRowColShifter
formulaShifter
- The FormulaShifter
to use@NotImplemented public void updateHyperlinks(FormulaShifter formulaShifter)
BaseRowColShifter
updateHyperlinks
in class BaseRowColShifter
formulaShifter
- the formula shifting policy@Internal(since="5.1.0") public void updateRowFormulas(HSSFRow row, FormulaShifter formulaShifter)
row
- the row to update the formulas onformulaShifter
- the formula shifting policyCopyright 2022 The Apache Software Foundation or its licensors, as applicable.