OWC 10 with ASP.NET - only read only properties

S

sun

Hi,
I''m trying to use the OWC 10 PIA in an ASP.NET page. When I try to
assign a value to a cell using the syntax

Dim objss As OWC.Spreadsheet = New OWC.Spreadsheet()

objss.Cells(1,2).value = "2"

The only method I get for the Cells object is
objss.Cells(1,2).gettype

I don't see the value or any other property for the cells object.

If I use the same syntax in ASP usign OWC10, it works fine. Some
examples I've seen on the internet using the PIA use the same syntax
I'm trying to use.

I don't have Office XP installed on the server, but I have put the
OWC10.lpk file in the same folder as my application and also in the
folder where the PIA is installed.

Can anyone help me?

Thanks,
Sundeep.
 

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