Hi,
I was able to configure the Content Editor Web part in SPS2003 to display Visio diagrams using Microsoft's vviewer.exe and the follwing code. However, I can't seem to figure out the proper clsid for Excel to do the same with Microsoft's xlviewer.exe. I used the clsid I found in the registry with no luck. Any ideas or suggestions are appreciated. Thanks,
<OBJECT classid="CLSID:279D6C9A-652E-4833-BEFC-312CA8887857"
codebase="id="viewer1" width="100%" height="400">
<param name="BackColor" value="16777120">
<param name="AlertsEnabled" value="1">
<param name="ContextMenuEnabled" value="1">
<param name="GridVisible" value="0">
<param name="HighQualityRender" value="1">
<param name="PageColor" value="16777215">
<param name="PageVisible" value="1">
<param name="PropertyDialogEnabled" value="1">
<param name="ScrollbarsVisible" value="1">
<param name="ToolbarVisible" value="1">
<param name="SRC" value="<param name="CurrentPageIndex" value="0">
<param name="Zoom" value="-2">
</object>
I was able to configure the Content Editor Web part in SPS2003 to display Visio diagrams using Microsoft's vviewer.exe and the follwing code. However, I can't seem to figure out the proper clsid for Excel to do the same with Microsoft's xlviewer.exe. I used the clsid I found in the registry with no luck. Any ideas or suggestions are appreciated. Thanks,
<OBJECT classid="CLSID:279D6C9A-652E-4833-BEFC-312CA8887857"
codebase="id="viewer1" width="100%" height="400">
<param name="BackColor" value="16777120">
<param name="AlertsEnabled" value="1">
<param name="ContextMenuEnabled" value="1">
<param name="GridVisible" value="0">
<param name="HighQualityRender" value="1">
<param name="PageColor" value="16777215">
<param name="PageVisible" value="1">
<param name="PropertyDialogEnabled" value="1">
<param name="ScrollbarsVisible" value="1">
<param name="ToolbarVisible" value="1">
<param name="SRC" value="<param name="CurrentPageIndex" value="0">
<param name="Zoom" value="-2">
</object>