I need to export some data from MySQL database. Problem is that I have extended latin characters in it, like Š Đ Ć Č Ž and when I do classic export, my words looks like: ÄorÄ‘ević or Božilović, and should look like Đorđević / Božilović
Asked
Active
Viewed 1,100 times
1
-
Have you looked at any of the libraries written for PHP that can write Excel data files? In addition to my own http://phpexcel.codeplex.com you'll find a list here at http://stackoverflow.com/questions/3930975/alternative-for-php-excel – Mark Baker Dec 11 '12 at 07:28
1 Answers
0
Problem solved with 1st answer on this question: Alternative for PHP_excel
files: http://github.com/elidickinson/php-export-data
@Mark Baker- THX!
-
In that case, why not credit Eli with an upvote in his answer to that question – Mark Baker Dec 11 '12 at 12:19