OWC Export to Excel button doesn't work

Y

Yisheng

I am using OWC.Spreadsheet 9 on one of my web pages. The code is
<OBJECT id=XLSID classid="clsid:0002E510-0000-0000-C000-000000000046">
<PARAM NAME="DataType" VALUE="HTMLURL">
<PARAM NAME="HTMLURL" VALUE="../tmpl/data.htm">
</OBJECT>

on some Windows 2000 machines, the Export to Excel button fails to export
the data to the Excel application. No Excel application is popped up. No
errors either. When I manually add a HTML button and call
XLSID.ActiveSheet.Export method directly, I get an error something like "The
object does not support this property or method". These machines have Office
2000 installed.

The button works just fine on other client machines.

Any idea to resolve this problem ?

Thanks.
 
A

Alvin Bruney

have a look at your event logs to see what COM exception is being thrown

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 
Y

Yisheng

Alvin,
I checked the event log on one of the machines. The COM actually did not
throw any exception in the event log. I will look at other machines tomorrow.
Thanks.
 

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

Top