aoiu / as3xls

Automatically exported from code.google.com/p/as3xls
0 stars 0 forks source link

ExcelFile.save does not handle properly NaN numbers #52

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is because  String(value) will return "NaN" for NaNs.

Original issue reported on code.google.com by maurice....@gmail.com on 5 Oct 2011 at 4:23