Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Information about Excel 9.0 Obj.Library

Information about Excel 9.0 Obj.Library

Scheduled Pinned Locked Moved C#
questioncsharpvisual-studio
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rostrox
    wrote on last edited by
    #1

    I am working in a C# program that creates an Excel application. To allow C# use the functionality of Excel, I generated the next: tlbimp Excel9.olb Excel.dll From Visual Studio, now I can browse all the objects associated with this library. But sometimes, I work with a simple editor on another little computer which does not have IDE. My question is: How Can I print o save all the object information about Excell.dll for using as a reference in my programming task? Or ... is there any site where I can see all the documentation related to Excel objects library? Very best regards!!

    H 1 Reply Last reply
    0
    • R Rostrox

      I am working in a C# program that creates an Excel application. To allow C# use the functionality of Excel, I generated the next: tlbimp Excel9.olb Excel.dll From Visual Studio, now I can browse all the objects associated with this library. But sometimes, I work with a simple editor on another little computer which does not have IDE. My question is: How Can I print o save all the object information about Excell.dll for using as a reference in my programming task? Or ... is there any site where I can see all the documentation related to Excel objects library? Very best regards!!

      H Offline
      H Offline
      Heath Stewart
      wrote on last edited by
      #2

      Just make sure you move that Excel.dll assembly around with you, especially when you deploy your solution (the interop assembly you compiled against must be included or your application won't work). How do you remember what there is in the assembly? Simple, look at the object model for Excel on http://msdn.microsoft.com[^]. A COM interop assembly uses a typelib to generate the interop assembly. VB uses a typelib for class and member discovery and compilation. There is no difference.

      Microsoft MVP, Visual C# My Articles

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups