Class FeatFormulaErr2

java.lang.Object
org.apache.poi.hssf.record.common.FeatFormulaErr2
All Implemented Interfaces:
SharedFeature

public final class FeatFormulaErr2 extends Object implements SharedFeature
Title: FeatFormulaErr2 (Formula Evaluation Shared Feature) common record part

This record part specifies Formula Evaluation invalid input: '&' Error Ignoring data for a sheet, stored as part of a Shared Feature. It can be found in records such as FeatRecord. For the full meanings of the flags, see pages 669 and 670 of the Excel binary file format documentation and/or https://msdn.microsoft.com/en-us/library/dd924991%28v=office.12%29.aspx

  • Constructor Details

    • FeatFormulaErr2

      public FeatFormulaErr2()
    • FeatFormulaErr2

      public FeatFormulaErr2(RecordInputStream in)
  • Method Details

    • toString

      public String toString()
      Specified by:
      toString in interface SharedFeature
      Overrides:
      toString in class Object
    • serialize

      public void serialize(LittleEndianOutput out)
      Specified by:
      serialize in interface SharedFeature
    • getDataSize

      public int getDataSize()
      Specified by:
      getDataSize in interface SharedFeature
    • _getRawErrorCheckValue

      public int _getRawErrorCheckValue()
    • getCheckCalculationErrors

      public boolean getCheckCalculationErrors()
    • setCheckCalculationErrors

      public void setCheckCalculationErrors(boolean checkCalculationErrors)
    • getCheckEmptyCellRef

      public boolean getCheckEmptyCellRef()
    • setCheckEmptyCellRef

      public void setCheckEmptyCellRef(boolean checkEmptyCellRef)
    • getCheckNumbersAsText

      public boolean getCheckNumbersAsText()
    • setCheckNumbersAsText

      public void setCheckNumbersAsText(boolean checkNumbersAsText)
    • getCheckInconsistentRanges

      public boolean getCheckInconsistentRanges()
    • setCheckInconsistentRanges

      public void setCheckInconsistentRanges(boolean checkInconsistentRanges)
    • getCheckInconsistentFormulas

      public boolean getCheckInconsistentFormulas()
    • setCheckInconsistentFormulas

      public void setCheckInconsistentFormulas(boolean checkInconsistentFormulas)
    • getCheckDateTimeFormats

      public boolean getCheckDateTimeFormats()
    • setCheckDateTimeFormats

      public void setCheckDateTimeFormats(boolean checkDateTimeFormats)
    • getCheckUnprotectedFormulas

      public boolean getCheckUnprotectedFormulas()
    • setCheckUnprotectedFormulas

      public void setCheckUnprotectedFormulas(boolean checkUnprotectedFormulas)
    • getPerformDataValidation

      public boolean getPerformDataValidation()
    • setPerformDataValidation

      public void setPerformDataValidation(boolean performDataValidation)