We have recently added the feature to create PPTX and XLSX files to our report exports. We've found a problem with the PowerPoint PPTX export using the new Open XML 2.0 SDK libraries: when opening the files up, PowerPoint 2007 complains about the file saying it is "unable to display some of the text, images or objects on slides...because they have become corrupted". In PowerPoint 2010, the file opens and displays without any complaints.
I had a similar problem in the XLSX file until I realized the we had two or more worksheets with the same name sometimes. Creating worksheets with unique names with in the file made that problem go away. Using the Open XML production tools, the PPTX file the reporting engine is creating has no stated problems. It's only when PowerPoint 2007 tries to open the file that it complains.
Has anyone else seen this type of behavior and been able to find a reason or workaround for it.
Thanks in advance,
Butch Rosecrans
I had a similar problem in the XLSX file until I realized the we had two or more worksheets with the same name sometimes. Creating worksheets with unique names with in the file made that problem go away. Using the Open XML production tools, the PPTX file the reporting engine is creating has no stated problems. It's only when PowerPoint 2007 tries to open the file that it complains.
Has anyone else seen this type of behavior and been able to find a reason or workaround for it.
Thanks in advance,
Butch Rosecrans