Hi
I have a problem when exporting data to excel.
In the database it is declared as varchar
db -- >
telephone varchar(50) utf8_general_ci
the cell J2 in Excel display the number 633723754
but in the table I got the following display
6,34E+08
This happens not on every number but I can not see a pattern
Thanks in advance
//Joe63