Hi everyone, I’m trying to export an excel file, but I have a problem. When the numbers are bigger than 1 million, the number on the excel grid became a letter format.
I share the link with the picture of the problem.
https://drive.google.com/file/d/17amJPKNgLchYV0fSq4T9TS6deTW4YT55/view?usp=sharing
Thank you for your help.
You can use custom callback function to format exported excel file.
Please refer Line 51,55,73 of this code:
https://www.gridphp.com/demo/demos/export/export-phpexcel.phps
Thank you for your replay, but I still can´t solve the problem.
I need to be able to see numbers bigger than a million and have it show me the decimals separated with “,” not with “.”
I couldn´t find anything in the documentation that would fix the problem.
Please share the code that you implemented (https://gist.github.com/)
and I’ll suggest the changes.