How to read Excel spreadsheet embedded in another spreadsheet

G

GH

Does anyone know how I can access (using OleDbConnection, I presume) a
spreadsheet embedded in a cell of another spreadsheet (with vb.net)?

Thanks,
GH
 
P

Paul Clement

¤ Does anyone know how I can access (using OleDbConnection, I presume) a
¤ spreadsheet embedded in a cell of another spreadsheet (with vb.net)?

The embedded object would have to be extracted to a Workbook file first. There is no way to access
an embedded object using the data access libraries.


Paul
~~~~
Microsoft MVP (Visual Basic)
 
G

GH

¤ Does anyone know how I can access (using OleDbConnection, I presume) a
¤ spreadsheet embedded in a cell of another spreadsheet (with vb.net)?

The embedded object would have to be extracted to a Workbook file first. There is no way to access
an embedded object using the data access libraries.

Paul
~~~~
Microsoft MVP (Visual Basic)

Thanks, Paul, that's what I thought would be the case.

--GH
 

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