| java.lang.Object java.text.Format org.apache.poi.hssf.contrib.view.SVFractionalFormat
SVFractionalFormat | public class SVFractionalFormat extends Format (Code) | | This class is used to format cells into their fractional format.
I cant be 100% sure that the same fractional value will be displayed as in
excel but then again it is a lossy formating mode anyway
author: Jason Height since: 15 July 2002 |
SVFractionalFormat | public SVFractionalFormat(String formatStr)(Code) | | Constructs a new FractionalFormatter
The formatStr defines how the number will be formatted
# ?/? Up to one digit
# ??/?? Up to two digits
# ???/??? Up to three digits
# ?/2 In halves
# ?/4 In quarters
# ?/8 In eighths
# ?/16 In sixteenths
# ?/10 In tenths
# ?/100 In hundredths
|
|
|