alf007
October 15, 2014, 2:50pm
1
Hi, I would like to know if there is any way to make an excel export but using Spanish locale. It happens that when I export the DataTable it doesn’t export the info as I see it, I don´t see the accents in the file.
I hope I made me self clear.
Thanks.
maksim
October 17, 2014, 8:08am
2
Are you using utf encoding for the problematic page ?
alf007
October 27, 2014, 3:53pm
3
Hi!, thanks for your replay, Can you tell where do I need to add this in the code?
I also receive this error when I want to export my DataTable.
C:\wamp\www\Webix_Test\grid-pdf-php\generate.php at 20 : simplexml_load_string(): Entity: line 1: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xE9 0x73 0x61 0x72
alf007
October 27, 2014, 7:14pm
4
I solved the problem adding in the Html file the following tag inside the “head” tag.
meta charset=“UTF-8”