OleDbConnection to Excel FileStream

  • Thread starter Thread starter jasonxz
  • Start date Start date
J

jasonxz

I want to open an OleDbConnection to an Excel file that's in memory as a
FileStream. Everything I'm seeing on the NET says that I have to supply the
physical location of the file on disk in the Connection String. I don't want
to have to save the file to disk to query it. Is there a way around this?
 
Back
Top