org.apache.poi.hssf.record.formula
public final class FormulaShifter extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
adjustFormula(Ptg[] ptgs,
int currentExternSheetIx) |
static FormulaShifter |
createForRowShift(int externSheetIndex,
int firstMovedRowIndex,
int lastMovedRowIndex,
int numberOfRowsToMove) |
java.lang.String |
toString() |
public static FormulaShifter createForRowShift(int externSheetIndex, int firstMovedRowIndex, int lastMovedRowIndex, int numberOfRowsToMove)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean adjustFormula(Ptg[] ptgs, int currentExternSheetIx)
ptgs
- - if necessary, will get modified by this methodcurrentExternSheetIx
- - the extern sheet index of the sheet that contains the formula being adjustedtrue
if a change was made to the formula tokensCopyright 2014 The Apache Software Foundation or its licensors, as applicable.