Uses of Class
org.apache.poi.xssf.usermodel.BaseXSSFEvaluationWorkbook
Packages that use BaseXSSFEvaluationWorkbook
-
Uses of BaseXSSFEvaluationWorkbook in org.apache.poi.xssf.streaming
Subclasses of BaseXSSFEvaluationWorkbook in org.apache.poi.xssf.streamingModifier and TypeClassDescriptionfinal class
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.usermodelMethods in org.apache.poi.xssf.usermodel with parameters of type BaseXSSFEvaluationWorkbookModifier and TypeMethodDescriptionprotected 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.