This works for me, using the Excel 9.0 object:
// create Excel Automation Object
Excel.Application xlObj = new Excel.Application();
// open the spreadsheet
Excel.Workbook wb = xlObj.Workbooks.Open(FILENAME,
Type.Missing, Type.Missing, Type.Missing, Type.Missing,
Type.Missing, Type.Missing...