Export to Excell


2004-08-09 06:48:55 PM
delphi151
Hi. I tried to create excel sheet
ADOConnection1.Connected:=true;
ADOConnection1.Execute('CREATE TABLE [IMPORT_RTR] (Col1 Int,Col2
Varchar(20))');
ADOTable1.Active:=true;
Everything is OK but I want to the Excel sheet starts from 4th line not
first.