Issue
I meet a problem - when I export excel by Krajee yii2-export it will change long number to scientific notation in which lost last two bits. For example 201210171530 will be 2.012E+12, when I click it, 2.012E+12 will display as 201210171500. The last two bit '30' is lost,because '30' change to be '00'
How can I fix it? Or where can I set the cell datatype?
Solution
I solved the problem in a way. I add prefixion '. any good method? enter image description here
Answered By - bravility Answer Checked By - Robin (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.