Package org.apache.poi.hssf.util
Class RKUtil
java.lang.Object
org.apache.poi.hssf.util.RKUtil
Utility class for helping convert RK numbers.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
decodeNumber
(int number) Do the dirty work of decoding; made a private static method to facilitate testing the algorithm
-
Method Details
-
decodeNumber
public static double decodeNumber(int number) Do the dirty work of decoding; made a private static method to facilitate testing the algorithm
-