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