Class FormulaEngineImpl.ErrorFormulaExpressionImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorFormulaExpressionImpl​(java.lang.String formula, java.lang.String erorrMessage, boolean multipleArea)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Ref[] getAreaRefs()  
      java.lang.String getErrorMessage()
      Get the expression parsing error message if any
      java.lang.String getFormulaString()  
      org.apache.poi.ss.formula.ptg.Ptg[] getPtgs()
      Returns the cached parsing things.
      boolean hasError()
      indicated the expression has parsing error
      boolean isAreaRefs()  
      boolean isMultipleAreaFormula()
      Returns whether this is a multiple-area formula used in char data; e.g.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait