|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ss.formula.SharedFormula
public class SharedFormula
Encapsulates logic to convert shared formulaa into non shared equivalent
Constructor Summary | |
---|---|
SharedFormula(SpreadsheetVersion ssVersion)
|
Method Summary | |
---|---|
Ptg[] |
convertSharedFormulas(Ptg[] ptgs,
int formulaRow,
int formulaColumn)
Creates a non shared formula from the shared formula counterpart, i.e. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SharedFormula(SpreadsheetVersion ssVersion)
Method Detail |
---|
public Ptg[] convertSharedFormulas(Ptg[] ptgs, int formulaRow, int formulaColumn)
Ptg
array that it would have,
were it not shared.
ptgs
- parsed tokens of the shared formulaformulaRow
- formulaColumn
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |