How do I programmatically access an embedded Excel document from a C# addon?

Not applicable
03-21-2012
05:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an excel spreadsheet I need to access. It is embedded within a dwg file(I'm a C# guy, not Inventor). How can I access this spreadsheet from an addon written in C#? I wasn't sure where to look in the documentation.
I assume I should start with ActiveDocument, but from there I'm not sure where to go. I'll need to be able to read and write to the table.
Thanks