Package org.apache.poi.ss.formula
Class SharedFormula
- java.lang.Object
-
- org.apache.poi.ss.formula.SharedFormula
-
public class SharedFormula extends Object
Encapsulates logic to convert shared formulaa into non shared equivalent
-
-
Constructor Summary
Constructors Constructor Description SharedFormula(SpreadsheetVersion ssVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ptg[]
convertSharedFormulas(Ptg[] ptgs, int formulaRow, int formulaColumn)
Creates a non shared formula from the shared formula counterpart, i.e.
-
-
-
Constructor Detail
-
SharedFormula
public SharedFormula(SpreadsheetVersion ssVersion)
-
-
Method Detail
-
convertSharedFormulas
public Ptg[] convertSharedFormulas(Ptg[] ptgs, int formulaRow, int formulaColumn)
Creates a non shared formula from the shared formula counterpart, i.e. Converts the shared formula into the equivalentPtg
array that it would have, were it not shared.- Parameters:
ptgs
- parsed tokens of the shared formulaformulaRow
-formulaColumn
-
-
-