Interface CellFormatter
-
- All Known Implementing Classes:
DateCellFormatter
,DateTimeCellFormatter
,FloatCellFormatter
,NumberCellFormatter
,StringCellFormatter
,TimeCellFormatter
public interface CellFormatter
Interface for formatters used to format an SaValue in a way so that it can be used in a CSV or XLSX file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
format(com.saperion.intf.SaValue value, java.util.Locale locale)
Formats the value.
-