Package io.keikai.range.impl
Class CellValueHelper
- java.lang.Object
-
- io.keikai.range.impl.CellValueHelper
-
public class CellValueHelper extends java.lang.Object- Author:
- Henri
-
-
Field Summary
Fields Modifier and Type Field Description static CellValueHelperinst
-
Constructor Summary
Constructors Constructor Description CellValueHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellValuegetCellValue(SCell cell)protected FormatEnginegetFormatEngine()java.lang.StringgetFormattedText(SCell cell)java.lang.ObjectgetValue(SCell cell)
-
-
-
Field Detail
-
inst
public static CellValueHelper inst
-
-
Method Detail
-
getFormattedText
public java.lang.String getFormattedText(SCell cell)
-
getValue
public java.lang.Object getValue(SCell cell)
-
getFormatEngine
protected FormatEngine getFormatEngine()
-
-