Currently only integers are support throught the cell.number() method. But I realy need to add fraction values. As an example 8 1/4 cannot be added as Fraction. Currently it can be add as a String. But It gives a warning in excel sheet. It would be nice if you can add support for the fractions as well.
Currently only integers are support throught the
cell.number()
method. But I realy need to add fraction values. As an example 8 1/4 cannot be added as Fraction. Currently it can be add as a String. But It gives a warning in excel sheet. It would be nice if you can add support for the fractions as well.