leftshifters / excel-parser

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

only integer numbers #8

Closed MilosStanic closed 10 years ago

MilosStanic commented 10 years ago

The library extracts only integer numbers, not decimals from file. Why?

sthawali commented 10 years ago

It extract float as well. Please use updated version. https://npmjs.org/package/excel-parser (v0.2.2)

MilosStanic commented 10 years ago

thanks for quick response! I installed this library only 2 days ago, I don't know why it pulled the old version. Now I did try npm update excel-parser and it didn't pull the new version then I had to manually copy-paste the new convert.py Now it works