| Package | Description |
|---|---|
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FormulaHandle.moveCellRefs(FormulaHandle fmh,
int[] offsets)
Copy the formula references with offsets
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.