How i can open a workbook without the Auto_Open running using Jacob ??

有帮助吗?

解决方案

try this:

excel.setProperty("EnableEvents", new Variant(false));
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top