Interface CellFormatter
-
- All Known Implementing Classes:
DateCellFormatter,DateTimeCellFormatter,FloatCellFormatter,NumberCellFormatter,StringCellFormatter,TimeCellFormatter
public interface CellFormatterInterface 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.Stringformat(com.saperion.intf.SaValue value, java.util.Locale locale)Formats the value.
-