Package | Description |
---|---|
org.zkoss.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.zkoss.poi.hssf.record.aggregates |
record aggregates are not real "records" but collections of records that act as a single record.
|
org.zkoss.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
org.zkoss.poi.xssf.usermodel.helpers |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static FormulaShifter |
FormulaShifter.createForColumnShift(int externSheetIndex,
int firstMovedColIndex,
int lastMovedColIndex,
int numberOfColsToMove) |
static FormulaShifter |
FormulaShifter.createForRowShift(int externSheetIndex,
int firstMovedRowIndex,
int lastMovedRowIndex,
int numberOfRowsToMove) |
static FormulaShifter |
FormulaShifter.createForSheetShift(int srcSheetIndex,
int dstSheetIndex) |
Modifier and Type | Method and Description |
---|---|
void |
XSSFRowShifter.updateConditionalFormatting(FormulaShifter shifter) |
void |
XSSFRowShifter.updateFormulas(FormulaShifter shifter)
Update formulas.
|
void |
XSSFRowShifter.updateNamedRanges(FormulaShifter shifter)
Updated named ranges
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.