Class FormatCodeAnalyzer

java.lang.Object
com.inet.excel.parser.FormatCodeAnalyzer

public class FormatCodeAnalyzer extends Object
Provides method to analyze cell's format code, in order to recognize cell value's type.
  • Constructor Details

    • FormatCodeAnalyzer

      public FormatCodeAnalyzer()
  • Method Details

    • recognizeValueType

      public static ValueType recognizeValueType(String formatCode)
      Analyze cell's format code, in order to recognize cell value's type
      Parameters:
      formatCode - format code to analyze. May be null or empty string.
      Returns:
      cell value's type. Never null.