fix excel file wrong language php

Solutions on MaxInterview for fix excel file wrong language php by the best coders in the world

showing results for - "fix excel file wrong language php"
Amaury
20 Jan 2016
1Add below row to header export excel/csv file
2
3fputs($fp, “\xEF\xBB\xBF”);