Excel export in Spanish

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.

Are you using utf encoding for the problematic page ?

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

I solved the problem adding in the Html file the following tag inside the “head” tag.

meta charset=“UTF-8”