php - laravel excel export - data storing as text instead of number
one text
Solution:
I think it should be resolved once you remove number_format()
This function returns string
type instead of number
. Please check PHP Manual and this quick example