excel (.xls) 单元格合并

with XLS.Sheets[0].MergedCells.Add do
it

begin
      Row1 :=2 ;

     Col1 := 1;

     Row2 :=7 ;

     Col2 :=1 ;  end;