Package | Description |
---|---|
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
SXSSFEvaluationWorkbook
SXSSF wrapper around the SXSSF and XSSF workbooks
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFEvaluationWorkbook
Internal POI use only
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
XSSFCell.getCellFormula(BaseXSSFEvaluationWorkbook fpb)
package/hierarchy use only - reuse an existing evaluation workbook if available for caching
|
protected 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 master
|
protected 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.
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.