Uses of Class
org.apache.poi.ss.format.SimpleFraction

Packages that use SimpleFraction
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
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.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.