I need to import data from an excel file into SQL Server database. User uploads files using an ASP web application. User can upload any excel file (97 - 2007). Currently a VB COM component is implemented which supports upto Excel 2003. How do I extend or revamp the solution (if required) to support Excel 2007 also. Thanks