Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 OLE 将多个表导出到 Excel 文件。
现在,我正在开发孔文件(合并单元格、边框、阴影、位置等)。
但我已经有一个空文件。是否可以使用 OLE 将数据传递到现有 excel 文件的正确位置?
谢谢你。
我找到了答案。需要使用这个:
* Start the application create object e_appl 'EXCEL.APPLICATION'. set property of e_appl 'VISIBLE' = 1. * Open the file call method of e_appl 'WORKBOOKS' = e_work. call method of e_work 'OPEN' exporting #1 = p_file.