Hi,
I have been using this Grocery Crud for a while and it is very interesting especially for a beginner in php and CI like me .
I have an issue with the export functionality.
In my case, one hundreds thousand will be written as 100.000, but when exporting this to excel it become 100 (one hundreds).
I expect the same result in the export file the same as in the grid.
How can i achieve this?
One information i can give is, in my place, decimals sign is ',' (comma), while '.' (dot) is used ad separator.
Thanks in advance for your help.
Regards,
Tj