我需要在OleContainer中连接Excel工作表。 我可以,将工作表保存在磁盘中:
// Get the WorkSheet and save to disk
Globals.Xls.getHoja().SaveAs('D:\test.xls',...,emptyParam,emptyParam,emptyParam);
// Load the WorkSheet from the disk
OleContainer.CreateObjectFromFile('D:\test.xls',false);
但是,以任何方式存在,连接而不保存WorkSheet?因此,在OleContainer中加载Globals.Xls.getHoja()
返回的_WorkSheet实例。
我最新的Delphi和Windows编程,我不知道每件事情。
谢谢!