1

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ć

Nutic
  • 1,407
  • 4
  • 16
  • 31
  • 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 Answers1

0

Problem solved with 1st answer on this question: Alternative for PHP_excel

files: http://github.com/elidickinson/php-export-data

@Mark Baker- THX!

Community
  • 1
  • 1
Nutic
  • 1,407
  • 4
  • 16
  • 31