Dofactory.com
Dofactory.com
 Back to list
Views:   11.9K
Replies:  1
Archived

Excel export and special character handling

Hi,

When I export data from our Oracle database to an Excel spreadsheet, the special characters will display differently.

Suppose the text is: "Handlungsfeld hinzufüge"
It display as: "Handlungsfeld hinzufügen"

I tried Server.HtmlEncode, Server.HtmlDecode, but to no avail.

Can someone please provide an answer?

Thanks,
Sabbi
Sudhakar Sabbi, Apr 12, 2011
Reply 1
Hi Sudhakar,

Are you sure you set the right Code Page (character set) for encoding in the Page/Web.config?

I use encoding ="1252" instead of UTF-8, as I need to show some data coded for German and Latinamerican language.

Remember to use always the same encoding, as an special character (outside de 255 normal characters), may be represented differently with a different encoding.

Best regards,

PS: See more info on Code Page in: http://msdn.microsoft.com/en-us/library/dd317756(v=vs.85).aspx
Diego Barnech, May 11, 2011
Stay Inspired!
Join other developers and designers who have already signed up for our mailing list.
Terms     Privacy     Cookies       Do Not Sell       Licensing      
Made with    in Austin, Texas.  - vsn 44.0.0
© Data & Object Factory, LLC.