![]() |
Sergey Kornilov admin 8/7/2014 |
This might be Excel trying to auto-detect column type as numeric and hiding leading zeroes. |
J
|
jmclain 8/7/2014 |
I have encountered the same problem as it appears that excel treats any value like 001 to be numeric and strips away the leading 0's. $values['YOUR_FIELD']=" ".$values['YOUR_FIELD'];
|