Uses of Class
org.apache.poi.xssf.usermodel.BaseXSSFEvaluationWorkbook
-
Packages that use BaseXSSFEvaluationWorkbook Package Description org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel -
-
Uses of BaseXSSFEvaluationWorkbook in org.apache.poi.xssf.streaming
Subclasses of BaseXSSFEvaluationWorkbook in org.apache.poi.xssf.streaming Modifier and Type Class Description class
SXSSFEvaluationWorkbook
SXSSF wrapper around the SXSSF and XSSF workbooks -
Uses of BaseXSSFEvaluationWorkbook in org.apache.poi.xssf.usermodel
Subclasses of BaseXSSFEvaluationWorkbook in org.apache.poi.xssf.usermodel Modifier and Type Class Description class
XSSFEvaluationWorkbook
Internal POI use onlyMethods in org.apache.poi.xssf.usermodel with parameters of type BaseXSSFEvaluationWorkbook Modifier and Type Method Description protected java.lang.String
XSSFCell. getCellFormula(BaseXSSFEvaluationWorkbook fpb)
package/hierarchy use only - reuse an existing evaluation workbook if available for cachingprotected void
XSSFSheet. onDeleteFormula(XSSFCell cell, BaseXSSFEvaluationWorkbook evalWb)
when a cell with a 'master' shared formula is removed, the next cell in the range becomes the masterprotected void
XSSFCell. setCellType(CellType cellType, BaseXSSFEvaluationWorkbook evalWb)
Needed by bug #62834, which points out getCellFormula() expects an evaluation context or creates a new one, so if there is one in use, it needs to be carried on through.
-