Uses of Interface
org.apache.poi.ss.formula.FormulaRenderingWorkbook
Packages that use FormulaRenderingWorkbook
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
This package contains common internal POI code for manipulating formulas.
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 -
Uses of FormulaRenderingWorkbook in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula with parameters of type FormulaRenderingWorkbookModifier and TypeMethodDescriptionstatic String
FormulaRenderer.toFormulaString
(FormulaRenderingWorkbook book, Ptg[] ptgs) Static method to convert an array ofPtg
s in RPN order to a human readable string format in infix mode.WorkbookDependentFormula.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 FormulaRenderingWorkbookModifier and TypeMethodDescriptionArea3DPtg.toFormulaString
(FormulaRenderingWorkbook book) DeletedArea3DPtg.toFormulaString
(FormulaRenderingWorkbook book) DeletedRef3DPtg.toFormulaString
(FormulaRenderingWorkbook book) NamePtg.toFormulaString
(FormulaRenderingWorkbook book) NameXPtg.toFormulaString
(FormulaRenderingWorkbook book) Ref3DPtg.toFormulaString
(FormulaRenderingWorkbook book) -
Uses of FormulaRenderingWorkbook in org.apache.poi.xssf.streaming
Classes in org.apache.poi.xssf.streaming that implement FormulaRenderingWorkbookModifier and TypeClassDescriptionfinal class
SXSSF wrapper around the SXSSF and XSSF workbooks -
Uses of FormulaRenderingWorkbook in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement FormulaRenderingWorkbookModifier and TypeClassDescriptionclass
Internal POI use only - parent of XSSF and SXSSF evaluation workbooksfinal class
Internal POI use only