I have a web-page running ASP. I want to bring in an excel file, and dissect it (i.e. get all the column headings, and extract all data) to insert the info into a database.

How can I programmatically (in VBSCript) pull out this data?
Thanks.

dvst8