Hi
I am currently using the following Query to retrieve a excel sheet
[SIZE=-1]
[/SIZE]It Works the only problem is the datasheet will not always be named sheet1 thus I need a sql Query to retrieve a list of all the datasheets available in a workbook. The problem with this is I have not been able to find a way to do this. Can anyone help me with this please?
I am currently using the following Query to retrieve a excel sheet
[SIZE=-1]
VB.NET:
[/B][/SIZE][SIZE=-1][B]select * from [sheet1$][/B][/SIZE][SIZE=-1][B]
[/SIZE]It Works the only problem is the datasheet will not always be named sheet1 thus I need a sql Query to retrieve a list of all the datasheets available in a workbook. The problem with this is I have not been able to find a way to do this. Can anyone help me with this please?