Interface Context

All Superinterfaces:
PublicContext
All Known Implementing Classes:
ContextImpl

public interface Context extends PublicContext
Jxls context interface (Jxls internal class)
  • Method Details

    • toMap

      Map<String,Object> toMap()
    • getExpressionEvaluator

      ExpressionEvaluator getExpressionEvaluator(String expression)
    • _evaluateRawExpression

      EvaluationResult _evaluateRawExpression(String rawExpression)
    • isUpdateCellDataArea

      boolean isUpdateCellDataArea()
    • setUpdateCellDataArea

      void setUpdateCellDataArea(boolean updateCellDataArea)
    • isIgnoreSourceCellStyle

      boolean isIgnoreSourceCellStyle()
    • setIgnoreSourceCellStyle

      void setIgnoreSourceCellStyle(boolean ignoreSourceCellStyle)
    • getCellStyleMap

      Map<String,String> getCellStyleMap()
    • setCellStyleMap

      void setCellStyleMap(Map<String,String> cellStyleMap)