-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All integers are treated as Float data type by default in .xls #133
Comments
You can change it to Integer actually, can you provide your full problem? I faced the same kind of problem, but now it solved. |
There are big changes coming to how typecasting is managed. Stay tuned for updates! |
Same problem here, any progress? |
Same problem here too. |
FWIW this seems to be an issue with the spreadsheet gem, as it's noted right in the README on its page: https://github.com/zdavatz/spreadsheet |
While this issue is related to Fixing the way types are managed would be a big change. |
#240 resolves this issue. Add the following to your gemfile to install it.
I will work on publishing a new version of the gem to Rubygems this weekend. |
For phone numbers and other fields it's showing Float datatype
undefined method `split' for 99999999.0:Float
The text was updated successfully, but these errors were encountered: