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