I am trying to import an XLSheet of a workbook in an application and I have the following problem. If for example I have a phone number like 1234567890 (10 digits and ends in 0) it turns it in scientific form (i.e. 1.23456789E9), cuts the last 0 and imports it like this. I tried setting in excel the cell to 'Text' but no luck. Any suggestions anyone?
You need to force Excel to treat the "numbers" as text. The simplest way to do it (which is not very simple) is with:
- Select the column.
- Data - Text to Columns - Next - Next -> set format to Text: