Package org.jxls.common
Interface Context
- All Superinterfaces:
PublicContext
- All Known Implementing Classes:
ContextImpl
Jxls context interface (Jxls internal class)
-
Method Summary
Modifier and TypeMethodDescription_evaluateRawExpression(String rawExpression) getExpressionEvaluator(String expression) booleanbooleanvoidsetCellStyleMap(Map<String, String> cellStyleMap) voidsetIgnoreSourceCellStyle(boolean ignoreSourceCellStyle) voidsetUpdateCellDataArea(boolean updateCellDataArea) toMap()Methods inherited from interface org.jxls.common.PublicContext
containsVar, evaluate, getRunVar, getVar, isConditionTrue, putVar, removeVar
-
Method Details
-
toMap
-
getExpressionEvaluator
-
_evaluateRawExpression
-
isUpdateCellDataArea
boolean isUpdateCellDataArea() -
setUpdateCellDataArea
void setUpdateCellDataArea(boolean updateCellDataArea) -
isIgnoreSourceCellStyle
boolean isIgnoreSourceCellStyle() -
setIgnoreSourceCellStyle
void setIgnoreSourceCellStyle(boolean ignoreSourceCellStyle) -
getCellStyleMap
-
setCellStyleMap
-