1

We have Office Web Apps and WOPI working and can load a powerpoint file and edit it.

However getting edit working for Word require implementing Cobalt or FSSHTTP/FSSHTTPB protocol?

The user here has kindly provided most of the code for everything(Can I just use Office Web Apps Server)

Has anybody implemented a Cobalt or FSSHTTP/FSSHTTPB protocol within this context?

4

3 回答 3

5

我写了一个 Wopi Host 演示。为 Office Web Apps 提供 Cobalt(FSSHTTPB/D) 支持。支持 DOCX 编辑,也支持 PPTX、XLSX。需要 Microsoft.CobaltCore.dll

https://github.com/marx-yu/WopiHost

感谢 thebitllc 的出色工作

于 2014-07-16T05:40:00.487 回答
2

好吧,您可以先从 Office Web Apps 机器中获取一个钴组件,我认为它称为 Microsoft.Cobalt.dll .. 它应该可以帮助您破译消息。我正试图重新开始这个概念验证的工作。如果我让它工作,我会在这里发布一个快速参考。但是文档很烂,我必须截取 sharepoint 和 office web 应用程序之间的消息才能理解它们。

于 2013-06-17T22:02:44.047 回答
0

截至 2015 年 2 月 13 日,WOPI 协议似乎现在允许服务器指定它是否支持在 CheckFileInfo 端点响应中共同创作给定文件。所以你可以避免 Cobalt 实现的麻烦。

于 2015-05-20T06:51:52.600 回答