Bug reports Found a bug? Post it here please.
Version 5.x > Bug reports > Bizform - Export to Excel View modes: 
User avatar
Member
Member
Peyman.Malaei-CommunityEngine - 11/21/2010 7:04:55 PM
   
Bizform - Export to Excel
Hi,

I have problem with export to excel in bizform. I export the data to excel 2003 and open with Excel 2007, but I cant see the data properly.

I checked the "~/CMSModule/BizForm/Tools/BizForm_Edit_Export.aspx.cs" file and I found the below code:

Response.ContentEncoding = System.Text.Encoding.UTF7;


If I change the encoding to UTF8, the export will work fine.

Response.ContentEncoding = System.Text.Encoding.UTF8;



I checked the all hotfix for version 5.0 and 5.5 and I found that all of them use the same encoding. I want to know is there any specific reason that use UTF7 encoding instead of UTF8.I want to know, If I change to UTF8 what will impacts?

Regards

User avatar
Kentico Support
Kentico Support
kentico_radekm - 11/24/2010 1:50:42 AM
   
RE:Bizform - Export to Excel
Hello.

Thank you for let us know about this issue. I reported it as a bug a we will solve it within upcoming version 6.0. I am sorry for inconvenience with this issue.

Best Regards,
Radek Macalik