用户(MS-Office)生成内容 - 如何生成?
如何允许用户在 ASP.NET 站点上共享 Microsoft Office 生成的内容?
例如,想象一个类似于 Stack Overflow 的网站。
George 编写问题时,使用 Word、Excel 或 OneNote 创建内容,然后将内容插入问题区域(可能将其复制到剪贴板,然后使用一些“从 Office 粘贴”小部件)。
Harry 的计算机上没有安装 MS-Office,但他仍然可以在浏览器中看到 George 生成的内容。如果 Harry 想添加内容,他可以使用内置编辑器,就像 Stack Overflow 中一样,并且必须满足于较少的功能。
安装了MS-Office的Sue当然可以像Harry一样看到浏览器中的内容。此外,她还可以“导出”此内容并在乔治用来生成它的应用程序中对其进行处理。
那么,我该怎么做呢?保存/导出为 HTML 功能是否有效?有什么工具吗?样品?文章?
Office 2007 或更高版本即可。
How can I allow users to share Microsoft Office generated content on an ASP.NET site?
For example usage, imagine a site similar to Stack Overflow.
George, writing a question, uses Word, Excel or OneNote to create content, and then inserts the content into the question area (probably copying it into the clipboard and then using some "paste from Office" widget).
Harry, who doesn't have MS-Office on his computer, can still see the content in his browser that George has generated. If Harry wants to add content, he can use the built-in editor, same like in Stack Overflow, and have to be satisfied with lesser functionality.
Sue, who has MS-Office installed, can of course see the content in the browser just like Harry. In addition, she can "export" this content and process it in the application George used to generate it.
So, how do I do it? Would Save/Export to HTML feature work? Any tools? Samples? Articles?
Office 2007 or later is OK.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
微软对此的解决方案是Sharepoint 服务器。
Microsoft's solution to this is Sharepoint server.