Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use Content Editor Web part with xlviewer

Status
Not open for further replies.

fredjonze

Technical User
Apr 9, 2001
38
0
0
US
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>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top