by itaym » Thu Oct 01, 2009 10:49 am
I try to make it but i get messy csv file.
did you mean ckdata.php in this path:
/administrator/components/com_ckforms/controllers ???
my lines look different in that file:
$unicode_str_for_Excel = mb_convert_encoding( $rowField->name, 'UTF-16LE', 'UTF-8');
$unicode_str_for_Excel = mb_convert_encoding( $row->$prop, 'UTF-16LE', 'UTF-8');
any suggestion?