| Package | Description |
|---|---|
| io.starter.formats.XLS | |
| io.starter.formats.XLS.formulas |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ReferenceTracker.shiftPtg(PtgRef ptgref,
String sht,
int start,
int shiftamount,
boolean isExcel2007,
boolean shiftRow)
given a PtgRef, shifts correctly given start (row or col), shiftamount (+ or - 1) and truth of "shiftRow"
|
void |
ReferenceTracker.updateInRefTracker(PtgRef pr,
XLSRecord parent)
updates the tracked ptg by using a new parent record
|
void |
Shrfmla.updateLocation(int shiftamount,
PtgRef pr)
update location upon a shift (row insertion or deletion)-- ensure member formulas cache are cleared
|
| Modifier and Type | Class and Description |
|---|---|
class |
PtgArea
ptgArea is a reference to an area (rectangle) of cells.
|
class |
PtgArea3d
ptgArea3d is a reference to an area (rectangle) of cells.
|
class |
PtgAreaErr3d
An Erroneous BiffRec range spanning 3rd dimension of WorkSheets.
|
class |
PtgAreaN
ptgArea is a reference to an area (rectangle) of cells.
|
class |
PtgRef3d
A BiffRec range spanning 3rd dimension of WorkSheets.
|
class |
PtgRefErr |
class |
PtgRefErr3d |
class |
PtgRefN
PtgRefN is a modified PtgRef that is for shared formulas.
|
| Modifier and Type | Field and Description |
|---|---|
protected PtgRef |
PtgArea.firstPtg |
protected PtgRef |
PtgArea.lastPtg |
| Modifier and Type | Method and Description |
|---|---|
PtgRef |
PtgRefN.convertToPtgRef(XLSRecord r)
Convert this PtgRefN to a PtgRef based on the offsets included in the PtgExp &
if this uses relative or absolute offsets
|
PtgRef |
PtgArea.getFirstPtg() |
PtgRef |
PtgArea.getLastPtg() |
| Modifier and Type | Method and Description |
|---|---|
void |
PtgArea.setFirstPtg(PtgRef ref) |
void |
PtgArea.setLastPtg(PtgRef ref) |
| Constructor and Description |
|---|
PtgArea(PtgRef ptg1,
PtgRef ptg2,
XLSRecord parent)
Creates a new PtgArea from 2 component ptgs, used by shared formula
to create ptgareas.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.