Export grid to excel containing percent sign in xml data

Hi,

I am trying to export grid to excel.I have a percentage symbol(%) in my xml data .But when I remove that % symbol I am able to export. Can you please help to solve this issue.

Thanks in advance,
Pravallika

Which version of data export you are using? (php/java/hosted)

I am using php.

I am using this for export to excel.

function excelexport(){
if(tabbar.getActiveTab()==“a1”)
mygrid1.toExcel(“http://dhtmlxgrid.appspot.com/export/excel”);
else if(tabbar.getActiveTab()==“a6”)
mygrid5.toExcel(‘http://dhtmlxgrid.appspot.com/export/excel’);
else if(tabbar.getActiveTab()==“a4”)
mygrid3.toExcel(‘http://dhtmlxgrid.appspot.com/export/excel’);
else if(tabbar.getActiveTab()==“a3”)
mygrid4.toExcel(‘http://dhtmlxgrid.appspot.com/export/excel’);

}

Thanks in advance,
Pravallika

Hi.
Update dhtmlxgrid_export.js file from attachment, please.
dhtmlxgrid_export.zip (2.63 KB)

Thank u it worked :slight_smile:

Thanks,
Pravallika

Hi,

I have the same problem but the attachment doesn´t works for me.

I use Java instead of PHP

Is the attachment appropiate for me?

Is your problem still actual?
If yes, are you using the last export version from here?
support.dhtmlx.com/x-files/expor … -excel.war

Thanks radyno. That version fixed it. I have it running at 99%.

Only a pair of thing that i think are realated with the splitAt. Anyway I´m going to investigate a bit before open a new post about this.

I need de last PHP version

All the last versions you may find here:
viewtopic.php?f=23&t=20151