by macros » Mon Sep 14, 2009 1:11 pm
OK. I fix it. If someone is using non English signs replace row 85 with:
$unicode_str_for_Excel = iconv("UTF-8", "windows-1250",$rowField->name);
and 121 with:
$unicode_str_for_Excel = iconv("UTF-8", "windows-1250",$row->$prop);
in ckdata.php.
“windows-1250” may be changed on coding page that is needed.