Issue with Excel column values read

Wayne Brisette wrote in post #1096362:

You could write a routine to check the value if its a real number, make
it an
integer. That's about the best I think you can hope for doing it the way
you are
now.

Wayne

Okay, when the original real number comes into that column say 15.2
then, converting it to integer will again would cause a fatal error as
no such element or values found.. :frowning:

···

--
Posted via http://www.ruby-forum.com/\.

Right, but again, this is where critical thinking comes into play (and rescue).

Go look here: There are some good examples of things to look at.