| Package | Description |
|---|---|
| io.starter.formats.XLS | |
| io.starter.formats.XLS.charts | |
| io.starter.formats.XLS.formulas | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
Ptg[] |
Formula.getCellRangePtgs()
Returns an array of ptgs that represent any BiffRec ranges in the formula.
|
Ptg[] |
Name.getCellRangePtgs()
Returns an array of ptgs that represent any BiffRec ranges in the formula.
|
static Ptg[] |
ExpressionParser.getCellRangePtgs(Stack expression)
getCellRangePtgs handles locating which cells are refereced in an expression stack.
|
static int |
ExpressionParser.getExpressionLocByLocation(String loc,
Stack expression)
returns the position in the expression stack for the ptg associated with this location
|
static int |
ExpressionParser.getExpressionLocByPtg(Ptg ptg,
Stack expression)
returns the position in the expression stack for the desired ptg
|
Formula |
WorkBook.getFormula(String cellAddress) |
int[] |
Ref.getIntLocation() |
String |
Ref.getLocation()
When the ptg is a reference to a location this returns that location
|
List |
Formula.getPtgsByLocation(String loc)
Returns the ptg that matches the string location sent to it.
|
static List<Ptg> |
ExpressionParser.getPtgsByLocation(String loc,
Stack expression) |
| Modifier and Type | Method and Description |
|---|---|
Ptg[] |
Ai.getCellRangePtgs() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
GenericPtg.getIntLocation() |
int[] |
Ptg.getIntLocation() |
String |
GenericPtg.getLocation() |
String |
PtgExp.getLocation()
return the location of this PtgExp
20060302 KSC
|
String |
Ptg.getLocation()
When the ptg is a reference to a location this returns that location
|
String |
PtgName.getLocation()
return referenced Names' location
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FormulaHandle.addCellToRange(String formulaLoc,
CellHandle handle)
Changes a range in a formula to expand until it includes the
cell address from CellHandle.
|
boolean |
FormulaHandle.changeFormulaLocation(String formulaLoc,
String newaddr)
Takes a string as a current formula location, and changes
that pointer in the formula to the new string that is sent.
|
CellRange[] |
FormulaHandle.getCellRanges()
Initialize CellRanges referenced by this formula
|
FormulaHandle |
WorkSheet.getFormula(String addr)
Returns a FormulaHandle for working with
the ranges of a formula on a WorkSheet.
|
FormulaHandle |
WorkSheetHandle.getFormula(String addr)
Returns a FormulaHandle for working with the ranges of a formula on a
WorkSheet.
|
FormulaHandle |
CellHandle.getFormulaHandle()
Returns the Formula Handle (an Object describing a Formula) for this Cell, if
it contains a formula
|
FormulaHandle |
WorkBookHandle.getFormulaHandle(String celladdress)
Returns a Formula Handle
|
String[] |
FormulaHandle.getRanges()
get CellRange strings referenced by this formula
|
static void |
FormulaHandle.moveCellRefs(FormulaHandle fmh,
int[] offsets)
Copy the formula references with offsets
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.