procedure TForm1.Btn_ExcelClick(Sender: TObject);
begin
ExportGridToExcel( 'C:\Test.xls', GRD_Simple, True, True, False );
if FileExists( 'C:\Test.xls' ) then
ShellExecute(Application.Handle, 'open', 'C:\Test.xls', nil, nil, SW_ShowNormal)
end;
begin
ExportGridToExcel( 'C:\Test.xls', GRD_Simple, True, True, False );
if FileExists( 'C:\Test.xls' ) then
ShellExecute(Application.Handle, 'open', 'C:\Test.xls', nil, nil, SW_ShowNormal)
end;
'델파이 > 퀀텀그리드' 카테고리의 다른 글
퀀텀그리드 Footer 를 Runtime 에서 만들기 (0) | 2012.03.23 |
---|---|
퀀텀그리드 6 - TcxLookupComboBox (0) | 2010.12.24 |