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
-
Method Details
-
format
Formats the value.- Parameters:
value
- value to formatlocale
- locale for formatter- Returns:
- formatted value
-