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

    Modifier and Type
    Method
    Description
    format(com.saperion.intf.SaValue value, Locale locale)
    Formats the value.
  • Method Details

    • format

      String format(com.saperion.intf.SaValue value, Locale locale)
      Formats the value.
      Parameters:
      value - value to format
      locale - locale for formatter
      Returns:
      formatted value