Uses of Interface
org.apache.poi.ss.formula.FormulaParsingWorkbook
-
Packages that use FormulaParsingWorkbook Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel -
-
Uses of FormulaParsingWorkbook in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement FormulaParsingWorkbook Modifier and Type Class Description class
HSSFEvaluationWorkbook
Internal POI use only -
Uses of FormulaParsingWorkbook in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula with parameters of type FormulaParsingWorkbook Modifier and Type Method Description static Ptg[]
FormulaParser. parse(java.lang.String formula, FormulaParsingWorkbook workbook, FormulaType formulaType, int sheetIndex)
Parse a formula into an array of tokens Side effect: creates name (Workbook.createName()
) if formula contains unrecognized names (names are likely UDFs)static Ptg[]
FormulaParser. parse(java.lang.String formula, FormulaParsingWorkbook workbook, FormulaType formulaType, int sheetIndex, int rowIndex)
Parse a formula into an array of tokens Side effect: creates name (Workbook.createName()
) if formula contains unrecognized names (names are likely UDFs)static Area3DPxg
FormulaParser. parseStructuredReference(java.lang.String tableText, FormulaParsingWorkbook workbook, int rowIndex)
Parse a structured reference. -
Uses of FormulaParsingWorkbook in org.apache.poi.xssf.streaming
Classes in org.apache.poi.xssf.streaming that implement FormulaParsingWorkbook Modifier and Type Class Description class
SXSSFEvaluationWorkbook
SXSSF wrapper around the SXSSF and XSSF workbooks -
Uses of FormulaParsingWorkbook in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement FormulaParsingWorkbook Modifier and Type Class Description class
BaseXSSFEvaluationWorkbook
Internal POI use only - parent of XSSF and SXSSF evaluation workbooksclass
XSSFEvaluationWorkbook
Internal POI use only
-