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.
我需要从 asp .net (VB) 页面中启动一个 .xlsm 文件。我尝试了很多东西,包括 EPPlus,但似乎没有任何效果。有什么想法吗?
好的!因此,在敲了两天的键盘之后,这就是有效的方法,我将代码添加到 OnClientClick 事件中,如下所示,它启动了该死的 .xlsm 文件!
OnClientClick="javascript: MyObject = new ActiveXObject('WScript.Shell'); MyObject.Run('file:///C:/MacroEnabledFile.xlsm')"