在 Coldfusion 中运行 Excel 求解器宏
我正在尝试在 Coldfusion 中运行 Excel 求解器。但是我遇到了这样的问题,页面挂起,就像永远加载一样,类似于 这个。
是否可以通过 Coldfusion 运行 excel 求解器?如果没有,Coldfusion 有其他替代方案吗?
提前致谢。
I'm trying to run the excel solver in Coldfusion. However i'm running into issues like, the page hangs as if loading forever, similar to this.
Is it possible to run excel solver thru Coldfusion? If not, are there other alternatives for Coldfusion?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Microsoft 绝对不推荐在服务器端运行 Office 应用程序。
有关说明和建议,请参阅 KB257757 - Office 服务器端自动化注意事项。
ColdFusion 本身(很可能)与您的问题无关。
Running Office applications server-side is definitely not recommended by Microsoft.
See KB257757 - Considerations for server-side Automation of Office for explanations and suggestions.
ColdFusion itself has (very probably) nothing to do with your problem.