Uses of Interface
org.apache.poi.ss.formula.FormulaRenderingWorkbook
-
Packages that use FormulaRenderingWorkbook Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.formula.ptg The formula package contains binary PTG structures used in Formulas -
-
Uses of FormulaRenderingWorkbook in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement FormulaRenderingWorkbook Modifier and Type Class Description classHSSFEvaluationWorkbookInternal POI use only -
Uses of FormulaRenderingWorkbook in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula with parameters of type FormulaRenderingWorkbook Modifier and Type Method Description static StringFormulaRenderer. toFormulaString(FormulaRenderingWorkbook book, Ptg[] ptgs)Static method to convert an array ofPtgs in RPN order to a human readable string format in infix mode.StringWorkbookDependentFormula. toFormulaString(FormulaRenderingWorkbook book) -
Uses of FormulaRenderingWorkbook in org.apache.poi.ss.formula.ptg
Methods in org.apache.poi.ss.formula.ptg with parameters of type FormulaRenderingWorkbook Modifier and Type Method Description StringArea3DPtg. toFormulaString(FormulaRenderingWorkbook book)StringDeletedArea3DPtg. toFormulaString(FormulaRenderingWorkbook book)StringDeletedRef3DPtg. toFormulaString(FormulaRenderingWorkbook book)StringNamePtg. toFormulaString(FormulaRenderingWorkbook book)StringNameXPtg. toFormulaString(FormulaRenderingWorkbook book)StringRef3DPtg. toFormulaString(FormulaRenderingWorkbook book)
-