public final class HSSFRowShifter extends RowShifter
XSSFRowShifter
sheet
Constructor and Description |
---|
HSSFRowShifter(HSSFSheet sh) |
Modifier and Type | Method and Description |
---|---|
void |
updateConditionalFormatting(FormulaShifter shifter) |
void |
updateFormulas(FormulaShifter shifter)
Update formulas.
|
void |
updateHyperlinks(FormulaShifter shifter)
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 shifter)
Updated named ranges
|
void |
updateRowFormulas(Row row,
FormulaShifter shifter)
Update the formulas in specified row using the formula shifting policy specified by shifter
|
shiftMergedRegions
public HSSFRowShifter(HSSFSheet sh)
@NotImplemented public void updateNamedRanges(FormulaShifter shifter)
RowShifter
updateNamedRanges
in class RowShifter
@NotImplemented public void updateFormulas(FormulaShifter shifter)
RowShifter
updateFormulas
in class RowShifter
@Internal @NotImplemented public void updateRowFormulas(Row row, FormulaShifter shifter)
RowShifter
updateRowFormulas
in class RowShifter
row
- the row to update the formulas onshifter
- the formula shifting policy@NotImplemented public void updateConditionalFormatting(FormulaShifter shifter)
updateConditionalFormatting
in class RowShifter
@NotImplemented public void updateHyperlinks(FormulaShifter shifter)
RowShifter
updateHyperlinks
in class RowShifter
shifter
- the formula shifting policyCopyright 2018 The Apache Software Foundation or its licensors, as applicable.