OWC

G

Guest

I'm creating a web app and it needs to have the OWC Excel Spreadsheet on it.
I can populate it with data, but how can i format it?

Example:
data in bold?
have a title in cell 1 and span it across 4 or so cells?
 
A

Alvin Bruney - ASP.NET MVP

There are a lot of resources for OWC in
microsoft.public.office.developer.web.components group. Please first google
the group and the post your question if you can't find an answer.

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

Guest

I googled and found nothing that was any use. I can populate the control on
my aspx page but I can't format it like i can on my asp page. I'll post a
question in the other group

Alvin Bruney - ASP.NET MVP said:
There are a lot of resources for OWC in
microsoft.public.office.developer.web.components group. Please first google
the group and the post your question if you can't find an answer.

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



NuB said:
I'm creating a web app and it needs to have the OWC Excel Spreadsheet on it.
I can populate it with data, but how can i format it?

Example:
data in bold?
have a title in cell 1 and span it across 4 or so cells?
 
L

lizamay

Hi NuB,

Would you be kind enough to share your C# code? ..Also, if you
can help me with my problem --> How can I access an OWC Spreadsheet
Component from C#? What I did was that I dragged and dropped a
Microsoft Spreadsheet 11.0 on my web form. I gave it with an ID.
However, it seems that the ID i used is a stranger in the C# code
behind.

Hope to hear from you soon!

Cheers!

:)
 
A

Alvin Bruney - ASP.NET MVP

the OWC support group is microsoft.public.office.developer.web.components.
in there you will find all sorts of snippets of code to answer your
questions.

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

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