开发者

Sharepoint like functionality to connect to office apps

开发者 https://www.devze.com 2023-04-04 22:03 出处:网络
Is there a way to connect to office applications like Sharepoint does in a开发者_运维技巧 custom PHP web app?Although it might not be possible to support every Sharepoint feature, I think it should be

Is there a way to connect to office applications like Sharepoint does in a开发者_运维技巧 custom PHP web app?


Although it might not be possible to support every Sharepoint feature, I think it should be possible to support the basics. Even the basics will take a bit of work though, and involve working with a PHP WebDAV library, IE-only ActiveX controls, and perhaps modifying the user's registry.

This site has some information on how you need to set-up WebDAV so that Office applications can open a file over WebDAV in read/write mode. Also read up on the OpenDocuments Control, and the Registry key it uses.

Using this information you can probably make a Office-compatible WebDAV server using a PHP WebDAV library like SabreDAV. The SabreDAV website mentions Open Office compatibility but not Office compatibility so you might have some patching to do.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号