Package org.xlsx4j.org.apache.poi.ss.util
package org.xlsx4j.org.apache.poi.ss.util
-
ClassesClassDescriptionRepresents a 64 bit IEEE double quantity expressed with both decimal and binary exponents Does not handle negative numbers or zeroFor working with the internals of IEEE 754-2008 'binary64' (double precision) floating point numbersHolds values for quick multiplication and division by 10Represents a transformation of a 64 bit IEEE double quantity having a decimal exponent and a fixed point (15 decimal digit) significand.Excel converts numbers to text with different rules to those of java, so
Double.toString(value) won't do.