Uses of Class
org.apache.poi.ss.format.SimpleFraction
-
Packages that use SimpleFraction Package Description org.apache.poi.ss.format This package contains classes that implement cell formatting -
-
Uses of SimpleFraction in org.apache.poi.ss.format
Methods in org.apache.poi.ss.format that return SimpleFraction Modifier and Type Method Description static SimpleFraction
SimpleFraction. buildFractionExactDenominator(double val, int exactDenom)
Create a fraction given a double value and a denominator.static SimpleFraction
SimpleFraction. buildFractionMaxDenominator(double value, int maxDenominator)
Create a fraction given the double value and either the maximum error allowed or the maximum number of denominator digits.
-