php - PHPExcel Truncate zero from begin and change dot in comma -
i have create excel column setted text. in column there code product like: 0301.001.010 0301.006 problem in excel get:
0301.001.010 ------> ok (_datatype = 's')
301,006 -------> no,(_datatype = 'n') dot became comma , there's not anymore 0 on beginning
right using version 1.7.8 can change version, can't find solution on google. me problem?
Comments
Post a Comment