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.
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.