I currently have MS Excel 2.x (BIFF2) files that I receive from a client. They need to be loaded into an ETL system via SSIS. From what I can tell and from my tests, SSIS cannot read these files directly. I have also tried using Aspose.Cells for .NET to open / convert these files in .NET with no luck. Hopefully there is another way to read these files in and convert them to a usable format.
I know of many spreadsheet components on the market for .NET but I'd rather not have to download and test every single one of them to find out if they work with these files. Is there another component, solution or technique that I can use to convert such an old file format for use in SSIS?
Edit: Here is a sample of the file - http://dl.dropbox.com/u/7459431/Excel2.xls