Class DecimalFormatNumericCellStringifier

java.lang.Object
com.palantir.transforms.excel.functions.DecimalFormatNumericCellStringifier
All Implemented Interfaces:
NumericCellStringifier, Serializable

public final class DecimalFormatNumericCellStringifier extends Object implements NumericCellStringifier
See Also:
  • Constructor Details

    • DecimalFormatNumericCellStringifier

      public DecimalFormatNumericCellStringifier(String format)
  • Method Details

    • getNumericCellValueAsString

      public String getNumericCellValueAsString(org.apache.poi.ss.usermodel.Cell cell)
      Description copied from interface: NumericCellStringifier
      Convert the value of a Cell that is known to contain a numeric value without date/time formatting to a String. This function is applied both to Cell objects that contain a "raw" numeric value and those that contain a formula whose formula result is numeric.
      Specified by:
      getNumericCellValueAsString in interface NumericCellStringifier
      See Also: