P
Peter Stojkovic
I am importing data from an EXCEL XLS-File via OLEDB-Provider
The command is SELECT * from [sheet1]
Everything works fine if the first sheet is named sheet1
But sometimes the name is not known by my application and the import failes.
Is it possible to import always the FIRST available sheet ??
The command is SELECT * from [sheet1]
Everything works fine if the first sheet is named sheet1
But sometimes the name is not known by my application and the import failes.
Is it possible to import always the FIRST available sheet ??