pythonicrubyist / creek

Ruby library for parsing large Excel files.
http://rubygems.org/gems/creek
MIT License
386 stars 109 forks source link

excel-cell formatted as numbers is getting converted to float causing manipulated value #97

Closed crepon-philipp closed 3 years ago

crepon-philipp commented 3 years ago

when importing the number 4.925 from an excel, creek reads it as: "D2"=>"4.9249999999999998"

it looks like the value is somewhere foramtted into float and that caused wrong rounding of the value test_float.xlsx