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 aCell
that is known to contain a numeric value without date/time formatting to aString
.
-
Constructor Details
-
DecimalFormatNumericCellStringifier
-
-
Method Details
-
getNumericCellValueAsString
Description copied from interface:NumericCellStringifier
Convert the value of aCell
that is known to contain a numeric value without date/time formatting to aString
. This function is applied both toCell
objects that contain a "raw" numeric value and those that contain a formula whose formula result is numeric.- Specified by:
getNumericCellValueAsString
in interfaceNumericCellStringifier
- See Also:
-