Class DecimalFormatNumericCellStringifier
java.lang.Object
com.palantir.transforms.excel.functions.DecimalFormatNumericCellStringifier
- All Implemented Interfaces:
NumericCellStringifier,Serializable
public final class DecimalFormatNumericCellStringifier
extends Object
implements NumericCellStringifier
A
NumericCellStringifier that uses NumberFormat.format(double).- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNumericCellValueAsString(org.apache.poi.ss.usermodel.Cell cell) Convert the value of aCellthat is known to contain a numeric value without date/time formatting to aString.
-
Constructor Details
-
DecimalFormatNumericCellStringifier
-
-
Method Details
-
getNumericCellValueAsString
Description copied from interface:NumericCellStringifierConvert the value of aCellthat is known to contain a numeric value without date/time formatting to aString. This function is applied both toCellobjects that contain a "raw" numeric value and those that contain a formula whose formula result is numeric.- Specified by:
getNumericCellValueAsStringin interfaceNumericCellStringifier- See Also:
-