leftshifters / excel-parser

nodejs wrapper for parsing spreadsheet.
MIT License
72 stars 70 forks source link

Fix float bug in XLS converter #6

Closed MichaelMackus closed 10 years ago

MichaelMackus commented 10 years ago

Fixed a bug with the XLS converter that cast all floats to integers (e.g. 0.30% was changed to 0 value)