Do a google search for "pure asp upload" and that should get you started with uploading a file.
Then, once you get the file up... I'd look into connecting to it via ADO using an ODBC driver for Excel. If at all possible I would avoid actually creating any instances of the Excel application on the web server.
OLEDB is fine it also works with ADO... these drivers should be able to parse the XLS file without actually starting an instance of Excel which is something you definately want to avoid on the web server.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.