如何在 Winforms 应用程序中托管 Microsoft Office 文档?
谁能推荐一个可以用作 Winforms 组件的 Word、Excel 和 PowerPoint 查看器(无需编辑)?
查看器必须支持 Office 2003、2007 和 2010。
目标是 .NET 4.0。
首选免费的;-) 但如果是商业的也可以。
提前致谢!
Anyone that can recommend an Word, Excel and PowerPoint viewer (no editing), that can be used as a component in Winforms?
The viewer must support Office 2003, 2007 and 2010.
The target is .NET 4.0.
A free one is preferred ;-) But if its commercial its ok.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一般来说,最好的方法是让您的用户从 Microsoft 获取适当的只读查看器。
Word 查看器
Excel 查看器
PowerPoint 查看器< /a>
这就是绝大多数文档管理系统的工作方式;他们依靠计算机的文件关联来定位不同的读者。因此,您所要做的就是提供一个链接。
Generally your best approach to this is to have your users obtain the appropriate read-only viewers from Microsoft.
Word Viewer
Excel Viewer
PowerPoint Viewer
This is how the vast majority of document management systems work; they rely on the computer's file associations to target various readers. So all you have to do is provide a link.
一种替代方法是结合使用 WinForms 中的 WebBrowser 控件和 Google 文档查看器?
One alternative is to use the WebBrowser control in WinForms in combination with Google Docs Viewer?