说明: 对Excel文件操作的总结 首先创建 Excel 对象: oleobject lo_excelapp lo_excelapp = create oleobject ll_rc = lo_excelapp.connecttonewobject("Excel.Application") if ll_rc 0 then destroy(lo_excelapp) return end if 1) 显示当前窗口: ExcelApp.Visible := True; 2) 更改 Excel 标题栏: E
<dusdong> 上传 | 大小:3kb