I want to run sql query on an excel table:
select * from Range[A1:Z50]
I managed to do that. Sadly I discovered that the solution I found was based on Jet:
ConnectionString ="Provider=Microsoft.Jet.OLEDB.4.0;
My client has windows 7 with office professional plus 64bit and the jet does not exist
I think I need to install MDAC – but I cant install anything.
Do you know of other solutions?
You need to use the Ace Provider rather than Jet, the rest of the code will be the same