|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormulaShifter | |
|---|---|
| org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. |
| org.apache.poi.hssf.record.aggregates | record aggregates are not real "records" but collections of records that act as a single record. |
| org.apache.poi.hssf.record.formula | formula package contains binary PTG structures used in Formulas |
| Uses of FormulaShifter in org.apache.poi.hssf.model |
|---|
| Methods in org.apache.poi.hssf.model with parameters of type FormulaShifter | |
|---|---|
void |
InternalSheet.updateFormulasAfterCellShift(FormulaShifter shifter,
int externSheetIndex)
Updates formulas in cells and conditional formats due to moving of cells |
void |
InternalWorkbook.updateNamesAfterCellShift(FormulaShifter shifter)
Updates named ranges due to moving of cells |
| Uses of FormulaShifter in org.apache.poi.hssf.record.aggregates |
|---|
| Methods in org.apache.poi.hssf.record.aggregates with parameters of type FormulaShifter | |
|---|---|
void |
ConditionalFormattingTable.updateFormulasAfterCellShift(FormulaShifter shifter,
int externSheetIndex)
|
boolean |
CFRecordsAggregate.updateFormulasAfterCellShift(FormulaShifter shifter,
int currentExternSheetIx)
|
void |
ValueRecordsAggregate.updateFormulasAfterRowShift(FormulaShifter shifter,
int currentExternSheetIndex)
|
void |
RowRecordsAggregate.updateFormulasAfterRowShift(FormulaShifter formulaShifter,
int currentExternSheetIndex)
|
| Uses of FormulaShifter in org.apache.poi.hssf.record.formula |
|---|
| Methods in org.apache.poi.hssf.record.formula that return FormulaShifter | |
|---|---|
static FormulaShifter |
FormulaShifter.createForRowShift(int externSheetIndex,
int firstMovedRowIndex,
int lastMovedRowIndex,
int numberOfRowsToMove)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||