public final class XSSFRowShifter
extends java.lang.Object
| Constructor | Description |
|---|---|
XSSFRowShifter(XSSFSheet sh) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.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 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)
public void updateConditionalFormatting(FormulaShifter shifter)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.