A
arthur
Hi,
I'm trying to obtain a list of strings with 10 - 12 digits from an
excel sheet and the values returned by Range::GetValue are wrong. For
example, instead of 9998887776, the returned value is 1408953184; it
seems Excel treats the string as a number, and it gives only the last 4
bytes from that number.
Is there a way to extract the correct values, as strings?
Thanks,
Arthur
I'm trying to obtain a list of strings with 10 - 12 digits from an
excel sheet and the values returned by Range::GetValue are wrong. For
example, instead of 9998887776, the returned value is 1408953184; it
seems Excel treats the string as a number, and it gives only the last 4
bytes from that number.
Is there a way to extract the correct values, as strings?
Thanks,
Arthur