Excel data source as Stream instead of physical path

I have a connection string as below.

connectString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + path + "; Extended Properties='Excel 8.0;HDR=Yes;IMEX=1;ISAM=1;TypeGuessRows=0'";

I'm trying to understand if there is any way to have the Data Source as a 'stream' instead of a phisical path ?

0 answers