Hi there,
I have a SSRS Report originally developed in 2005 and I have office 2013 installed in my computer. Any time I export this report to Excel format from SSRS 2005 report server (xls), "emailTo" function works and outlook will open form within excel file but any time I render this report from SSRS 2012 and export it to Excel format (xlsx), first hit, I receive a message from Excel side tells me some part of my file is not readable and get the confirmation if I want excel repair the part. by No Answer file will not open obviously, by Yes answer the email address (url) has replace with some local address. Within local I have a log file of what had happend as:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<logFileName>error100640_01.xml</logFileName>
<summary>Errors were detected in file 'C:\Users\xxxxx\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\5EZDN437\myReport[1].xlsx'</summary>
<info>Excel completed file level validation and repair. Some parts of this workbook may have been repaired or discarded.</info>
</additionalInfo>
<repairedRecord>Repaired Records: Drawing from /xl/drawings/drawing2.xml part (Drawing shape)</repairedRecord>
</repairedRecords>
</recoveryLog>
Any Work around or suggestion highly appreciated.