Package org.apache.poi.hssf.util
Class RKUtil
- java.lang.Object
-
- org.apache.poi.hssf.util.RKUtil
-
public final class RKUtil extends java.lang.Object
Utility class for helping convert RK numbers.- See Also:
MulRKRecord
,RKRecord
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
decodeNumber(int number)
Do the dirty work of decoding; made a private static method to facilitate testing the algorithm
-