natergj / excel4node

Node module to allow for easy Excel file creation
MIT License
1.38k stars 215 forks source link

Add support for fractions #325

Open Dulajdeshan opened 4 years ago

Dulajdeshan commented 4 years ago

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.