public final class XSSFRowShifter extends RowShifter
sheet
Constructor and Description |
---|
XSSFRowShifter(XSSFSheet sh) |
Modifier and Type | Method and Description |
---|---|
void |
updateConditionalFormatting(FormulaShifter formulaShifter) |
void |
updateFormulas(FormulaShifter formulaShifter) |
void |
updateHyperlinks(FormulaShifter formulaShifter) |
void |
updateNamedRanges(FormulaShifter formulaShifter) |
void |
updateRowFormulas(XSSFRow row,
FormulaShifter formulaShifter)
Update the formulas in specified row using the formula shifting policy specified by shifter
|
shiftMergedRegions, validateShiftLeftParameters, validateShiftParameters
shiftRange
public XSSFRowShifter(XSSFSheet sh)
public void updateNamedRanges(FormulaShifter formulaShifter)
updateNamedRanges
in class BaseRowColShifter
public void updateFormulas(FormulaShifter formulaShifter)
updateFormulas
in class BaseRowColShifter
@Internal(since="3.15 beta 2") public void updateRowFormulas(XSSFRow row, FormulaShifter formulaShifter)
row
- the row to update the formulas onformulaShifter
- the formula shifting policypublic void updateConditionalFormatting(FormulaShifter formulaShifter)
updateConditionalFormatting
in class BaseRowColShifter
public void updateHyperlinks(FormulaShifter formulaShifter)
updateHyperlinks
in class BaseRowColShifter