摘要:
(一) 使用动态创建的方法 首先创建 Excel 对象,使用ComObj: var ExcelApp: Variant; ExcelApp := CreateOleObject( ’Excel.Application’ ); 1) 显示当前窗口: ExcelApp.Visible := True; 2) 更改 Excel 标题栏: ExcelApp.Caption := &... 阅读全文
posted @ 2010-07-23 14:27 beeone 阅读(1316) 评论(0) 推荐(0) 编辑