Var Workbook: IXLSWorkbook; begin Workbook := TXLSWorkbook.Create; Workbook.Open('book.xls'); GridToXLS1.Workbook := Workbook; end;