thanks for the clarification gene..GeneB wrote:Thanks, but it is not a format problem. The problem is that a character string in a spreadsheet cell, formatted as text, containing the data "12345", when converted to an array item, becomes "12345.0000" (text) in the array.
The solution is not to truncate the decimal and zeros from the character string created, since converting a cell containing "12345.000" would then be changed to "12345" by the truncation. This would also be an incorrect transfer of data.
I'm hoping someone knows a way to extract the exact character string from the spreadsheet so it can then be compared to the array item.
We don't use dc_excel2array.
we import from csv's.
if you save the excel file as a csv, does it still contain the same problem ? i.e. 12345 = 12345.0000 ?