Package com.inet.excel.parser
Class FormatCodeAnalyzer
java.lang.Object
com.inet.excel.parser.FormatCodeAnalyzer
Provides method to analyze cell's format code, in order to recognize cell value's type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ValueTyperecognizeValueType(String formatCode) Analyze cell's format code, in order to recognize cell value's type
-
Constructor Details
-
FormatCodeAnalyzer
public FormatCodeAnalyzer()
-
-
Method Details
-
recognizeValueType
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.
-