@Internal public final class XSSFEvaluationWorkbook extends BaseXSSFEvaluationWorkbook
EvaluationWorkbook.ExternalName, EvaluationWorkbook.ExternalSheet, EvaluationWorkbook.ExternalSheetRange
_uBook
Modifier and Type | Method and Description |
---|---|
void |
clearAllCachedResultValues()
Propagated from
WorkbookEvaluator.clearAllCachedResultValues() to clear locally cached data. |
static XSSFEvaluationWorkbook |
create(XSSFWorkbook book) |
Ptg[] |
getFormulaTokens(EvaluationCell evalCell) |
EvaluationSheet |
getSheet(int sheetIndex)
Get the sheet identified by the given 0-based index.
|
int |
getSheetIndex(EvaluationSheet evalSheet) |
convertFromExternSheetIndex, createName, get3DReferencePtg, get3DReferencePtg, getExternalName, getExternalName, getExternalSheet, getExternalSheet, getExternalSheetIndex, getExternalSheetIndex, getName, getName, getNameText, getNameXPtg, getSheetFirstNameByExternSheet, getSheetIndex, getSheetLastNameByExternSheet, getSheetName, getSpreadsheetVersion, getTable, getUDFFinder, resolveNameXText
public static XSSFEvaluationWorkbook create(XSSFWorkbook book)
public void clearAllCachedResultValues()
EvaluationWorkbook
WorkbookEvaluator.clearAllCachedResultValues()
to clear locally cached data.
Implementations must call the same method on all referenced EvaluationSheet
instances, as well as clearing local caches.clearAllCachedResultValues
in interface EvaluationWorkbook
clearAllCachedResultValues
in class BaseXSSFEvaluationWorkbook
WorkbookEvaluator.clearAllCachedResultValues()
public int getSheetIndex(EvaluationSheet evalSheet)
public EvaluationSheet getSheet(int sheetIndex)
EvaluationWorkbook
sheetIndex
- The 0-based index of the sheetpublic Ptg[] getFormulaTokens(EvaluationCell evalCell)
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.