On my website I generate a CSV file from a database of users. When I view the CSV file in my browser all the information comes up as it was submitted by the users, but when I download the CSV file and open it in Excel, the phone number column seems to corrupt somehow. For example, below is the csv data for a single user, as viewed in my browser:
"11","Daniel","Nuttall","xx Alder Street","","HUDDERSFIELD","West Yorkshire","HD1 6xx","xxx@xxxxxxx.co.uk","447769697410","item 2","50","on","on"
But when I open this in Excel, the phone number changes to: 4.4777E+11
All the other info stays the same, its just the phone number that changes. Anyone know why this happens?
