Skip to Content
0
Feb 07, 2007 at 11:23 AM

Problem in Exporting table to Excel2003

20 Views

hi,

I have used the sample ExporttoExcel2003 component avaliable for download on the SAP site, for my project.

It downloads the tables into Excel2003 perfectly fine.

<b>however, when the string in the table contains these three characters: & , < , >

then the table doesnt get downloaded into exel2003. I get a XML error.

Maybe its because <> are XML tags and & is considered as a reference.

Is there any way i can bypass this error??? </b>