excel office web components

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to find out the classid value for Excel 2003's office web component.
How do i find this?
 
Possibly
<object id=ChartSpace1 classid=CLSID:0002E500-0000-0000-C000-000000000046
style="width:100%;height:480"></object>
<object id=Spreadsheet1 classid=CLSID:0002E510-0000-0000-C000-000000000046
style="width:100%;height:480"></object>
 
Hi. Thanks for the values. I have not actually been able to test it yet
because i have another related problem.

My classic ASP application is being used by users who either have Office
2000, Office 2002 or Office 2003 installed in their machines. What happens is
that I want my application to be able to check the client's machine. If
Office 2003 is installed, it will use the OWC classid value of Office 2003.
Otherwise it will use the classid value of the version of Office that is
installed.

First of all is this possible to do? Secondly, can you suggest code on how
best to implement it?

Thanks again.
 
Hi,

I found a value which worked for me:
0002E559-0000-0000-C000-000000000046
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top