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 |
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 © 2005-2010 Potix Corporation. All Rights Reserved.