How to read Excel spreadsheet embedded in another spreadsheet

  • Thread starter Thread starter GH
  • Start date Start date
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
 
¤ 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)
 
¤ 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
 
Back
Top