I'm reading in an Excel file perfectly, and I can get all the data I need.

However, columns like zip code and phone numbers are coming back with a numeric value as a double.
I really want these values to come back as a string and not a double.
Sure, I can convert from double to string ... but a zip code like 12345 comes back as a double like 12345.0
and the string is also '12345.0'

Likewise, we have some phone numbers as:  1112223333 or 12223334444
This is also seen as a numeric value and the same problem happens. The numeric value as a double like 1.11222333E9 and then when it converts to String ... the value is the same, which is useless to me.

Anyone find a way to work around this?    Thanks!
Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to