org.apache.poi.xssf.usermodel.helpers
public final class XSSFRowShifter extends java.lang.Object
Constructor and Description |
---|
XSSFRowShifter(XSSFSheet sh) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CellRangeAddress> |
shiftMerged(int startRow,
int endRow,
int n)
Shift merged regions
|
void |
updateFormulas(FormulaShifter shifter)
Update formulas.
|
void |
updateNamedRanges(FormulaShifter shifter)
Updated named ranges
|
public XSSFRowShifter(XSSFSheet sh)
public java.util.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)
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.