Published
- 1 min read
fix excel file wrong language php
The solution for this is noted below
fix excel file wrong language php
Solution
Add below row to header export excel/csv file
fputs($fp, “\xEF\xBB\xBF”);
Try other methods by searching on the site. That is if this doesn’t work