Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 6 years ago.
I have a PHP script which exports data from database to different formats, including as an Excel document. If a text field contains such a value as 123123123123
, Excel, by default converts it to 1.23123E+11
. Is it possible to prevent this absolutely unnecessary behaviour?