|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.server.control.spreadsheet.FormulaShifter
public class FormulaShifter
The Class FormulaShifter.
Constructor Summary | |
---|---|
FormulaShifter(org.apache.poi.hssf.usermodel.HSSFWorkbook hssfWorkbook)
Instantiates a new formula shifter. |
Method Summary | |
---|---|
void |
updateCellFormula(org.apache.poi.hssf.usermodel.HSSFCell cell,
int colShift,
int rowShift)
Update cell formula. |
static java.lang.String |
updateCellReference(java.lang.String reference,
int colShift,
int rowShift)
Update cell reference. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormulaShifter(org.apache.poi.hssf.usermodel.HSSFWorkbook hssfWorkbook)
hssfWorkbook
- the hssf workbookMethod Detail |
---|
public void updateCellFormula(org.apache.poi.hssf.usermodel.HSSFCell cell, int colShift, int rowShift)
cell
- the cellcolShift
- the col shiftrowShift
- the row shiftpublic static java.lang.String updateCellReference(java.lang.String reference, int colShift, int rowShift)
reference
- the referencecolShift
- the col shiftrowShift
- the row shift
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |