Hello guys..:)
I hv got a problem in accessing the excel files from asp.
For some reason I need to read the excel files regardless of its sheet names.
Iam using the ADODB connection to read the excel files.
Though I can get the sheet contents by using the query
"SELECT * FROM [sheet1$]"
I need the sheet1$ dynamic.
for example
"SELECT * FROM [sheet(0)]"
So that even if the sheet name changes I should be able to get the contents in it.
Any Idea??
All suggessions will be appreciated.
Thanks
Shibu Narayanan
Software Associates