|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xssf.usermodel.BaseXSSFEvaluationWorkbook
org.apache.poi.xssf.usermodel.XSSFEvaluationWorkbook
@Internal public final class XSSFEvaluationWorkbook
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 |
Field Summary |
---|
Fields inherited from class org.apache.poi.xssf.usermodel.BaseXSSFEvaluationWorkbook |
---|
_uBook |
Method Summary | |
---|---|
void |
clearAllCachedResultValues()
Propagated from WorkbookEvaluator.clearAllCachedResultValues() to clear locally cached data. |
static XSSFEvaluationWorkbook |
create(XSSFWorkbook book)
|
Ptg[] |
getFormulaTokens(EvaluationCell evalCell)
|
EvaluationSheet |
getSheet(int sheetIndex)
|
int |
getSheetIndex(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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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)
public Ptg[] getFormulaTokens(EvaluationCell evalCell)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |