使用什么方法代替服务器端 Office 自动化从 MSProject 导入任务
我必须从不同的 Sharepoint 站点打开 MSProject 文件 并确保从文件中读取所有任务并将其绑定到 ASP.NET Grid。
我使用过 Office Interop 程序集并遇到了一些错误。
我还了解到微软不支持服务器端办公自动化。
有没有推荐的方法来实现这一目标?
I have to open up MSProject file from a different Sharepoint site
and ensure that all the tasks are read from the file and bound to ASP.NET Grid.
I have used the office Interop assemblies and have encountered some errors.
I also came to know that Microsoft doesn't support server side office automation.
Is there any recommended way of achieveing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您还可以尝试 Aspose Tasks:
http://www.aspose。 com/categories/.net-components/aspose.tasks-for-.net/default.aspx
我们使用 Aspose for Word、Excel 和 Powerpoint 已有多年。效果很好。
You could also try Aspose Tasks:
http://www.aspose.com/categories/.net-components/aspose.tasks-for-.net/default.aspx
We are using Aspose for Word, Excel and Powerpoint for years. Works pretty well.
尝试 MPXJ 库。显然有一个.Net 版本。可能比 Interop 程序集的开销低很多。
http://mpxj.sourceforge.net/index.html
Try the MPXJ library. There is a .Net version apparently. Probably a heck of a lot lower overhead than Interop assemblies.
http://mpxj.sourceforge.net/index.html