Hello! I'm developing an application where the user can upload an excel file, which is then inserted into a database. I have the code written that I can user the excel file as a datasource and query from it. . .the only problem being I need to know the worksheet name to do so. I have no guarantee that they will use a standard worksheet name. Is there any way I can either read the name before querying or that I can change it to something standard?
Thanks!!!
Thanks!!!