View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jworksinc@gmail.com is offline
external usenet poster
 
Posts: 3
Default Excel 2.1 - .NET Automation

Any idea on how I could access a sheet in Excel 2.1 using OLEDB?

Most queries look like this with more recent version of excel:

SELECT * FROM [Sheet Name$]

What happens when there are no sheets as in the case of older excel
versions?