Package org.apache.poi.xssf.usermodel
Class XSSFEvaluationWorkbook
- java.lang.Object
 - 
- org.apache.poi.xssf.usermodel.BaseXSSFEvaluationWorkbook
 - 
- org.apache.poi.xssf.usermodel.XSSFEvaluationWorkbook
 
 
 
- 
- All Implemented Interfaces:
 EvaluationWorkbook,FormulaParsingWorkbook,FormulaRenderingWorkbook
@Internal public final class XSSFEvaluationWorkbook extends BaseXSSFEvaluationWorkbook
Internal POI use only 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.apache.poi.ss.formula.EvaluationWorkbook
EvaluationWorkbook.ExternalName, EvaluationWorkbook.ExternalSheet, EvaluationWorkbook.ExternalSheetRange 
 - 
 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearAllCachedResultValues()Propagated fromWorkbookEvaluator.clearAllCachedResultValues()to clear locally cached data.static XSSFEvaluationWorkbookcreate(XSSFWorkbook book)Ptg[]getFormulaTokens(EvaluationCell evalCell)EvaluationSheetgetSheet(int sheetIndex)intgetSheetIndex(EvaluationSheet evalSheet)- 
Methods inherited from class org.apache.poi.xssf.usermodel.BaseXSSFEvaluationWorkbook
convertFromExternSheetIndex, createName, get3DReferencePtg, get3DReferencePtg, getExternalName, getExternalName, getExternalSheet, getExternalSheet, getExternalSheetIndex, getExternalSheetIndex, getName, getName, getNameText, getNameXPtg, getSheetFirstNameByExternSheet, getSheetIndex, getSheetLastNameByExternSheet, getSheetName, getSpreadsheetVersion, getTable, getUDFFinder, resolveNameXText 
 - 
 
 - 
 
- 
- 
Method Detail
- 
create
public static XSSFEvaluationWorkbook create(XSSFWorkbook book)
 
- 
clearAllCachedResultValues
public void clearAllCachedResultValues()
Description copied from interface:EvaluationWorkbookPropagated fromWorkbookEvaluator.clearAllCachedResultValues()to clear locally cached data. Implementations must call the same method on all referencedEvaluationSheetinstances, as well as clearing local caches.- Specified by:
 clearAllCachedResultValuesin interfaceEvaluationWorkbook- Overrides:
 clearAllCachedResultValuesin classBaseXSSFEvaluationWorkbook- See Also:
 WorkbookEvaluator.clearAllCachedResultValues()
 
- 
getSheetIndex
public int getSheetIndex(EvaluationSheet evalSheet)
- Returns:
 - -1 if the specified sheet is from a different book
 
 
- 
getSheet
public EvaluationSheet getSheet(int sheetIndex)
 
- 
getFormulaTokens
public Ptg[] getFormulaTokens(EvaluationCell evalCell)
 
 - 
 
 -