OWC11 Excel programming, where's info?

G

Guest

I am trying to create an excel spreadsheet from my asp.net(vb.net) page. I
can do this, but I just cannot find much documentation or code samples
online. There is some for very common tasks, but I can't get a lot of things
to work. I would think that I could pretty much do anything excel can do
from my code. Here are some examples: Freeze Panes, Password Protect a
worksheet, set Wrap Text on a cell, rotate text orientation 90 degrees in a
cell, . . .

Does anyone have any good documentation? Has anyone done much of this type
programming in asp.net?
 
B

bruce barker \(sqlwork.com\)

it not recommend to use owc from asp.net as there are scaling issues.

also you need to keep good track of your com references and call
Marshal.ReleaseComObject on all objects. never use double dot notation or
you can not release the object.


-- bruce (sqlwork.com)
 

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

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,280
Latest member
BGBBrock56

Latest Threads

Top