public final class XSSFRowShifter extends Object
Constructor and Description |
---|
XSSFRowShifter(XSSFSheet sh) |
Modifier and Type | Method and Description |
---|---|
List<CellRangeAddress> |
shiftMerged(int startRow,
int endRow,
int n)
Shift merged regions
|
void |
updateConditionalFormatting(FormulaShifter shifter) |
void |
updateFormulas(FormulaShifter shifter)
Update formulas.
|
void |
updateNamedRanges(FormulaShifter shifter)
Updated named ranges
|
public XSSFRowShifter(XSSFSheet sh)
public List<CellRangeAddress> shiftMerged(int startRow, int endRow, int n)
startRow
- the row to start shiftingendRow
- the row to end shiftingn
- the number of rows to shiftpublic void updateNamedRanges(FormulaShifter shifter)
public void updateFormulas(FormulaShifter shifter)
public void updateConditionalFormatting(FormulaShifter shifter)
Copyright © 2020. All rights reserved.