Require Samples to use OWC 11 dll

Discussion in 'ASP.NET / ASP.NET Core' started by Bharath, Oct 10, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi All,

    Can anyone let me know how to use OWC 11 dll to export the data into the word document? please let me know if there are any samples on this using of owc dll. Please let me know this information ASAP.

    Thanks in Advance.
     
  2. There's not a lot of documentation around and even less in the .NET arena because OWC is a COM object mostly used in VBA applications and it requires a COM callable wrapper to be used in a .NET project. It's not that it can't done..but I think you'll find it just hasn't been done very much!

    If you have OWC installed locally, have a look in the C:\Program Files\Common Files\Microsoft Shared\Web Components\11\1033 folder for documentation. You'll find a bunch of chm files that describe OWC functionality in VBA terms.

    I'm not an expert in this area myself but from what I can tell, OWC's focus is on reporting, excel spreadsheet, chart and access database functionality. I'll happily be corrected but I've not seen anything that has mentioned using OWC with word.

    There are a couple of published articles on OWC - you might have already seen them. Again they do focus on charting functionality - specifically in ASP.NET web applications:
    http://aspnet.4guysfromrolla.com/articles/080603-1.2.aspx
    http://www.eggheadcafe.com/articles/20021223.asp

    That's the extent of my input on this one.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page