开发者

How to open Microsoft Office documents in iPhone

I do not want any code but want to get referenc开发者_开发百科e that how can we open Microsoft Office documents in our iPhone application.

Is there any way to edit this documents in iPhone?

I just want to know Is this possible or not?

Thanks in advance..


You can display MS Office documents using UIWebView but editing is not possible (at least not without major effort).


Displaying: instead of using UIWebView to display the office document, I found the UIDocumentInteractionController supports more formats than UIWebView(for example: docx) while also provides better performance. Plus it has built in interaction menu that allows you to share this document through Email or other 3rd part apps like dropbox. One example of this controller is the built in Email app, which uses UIDocumentInterActionController to display attached files.

Apple's document regards to UIDocumentInterActionController https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDocumentInteractionController_class/Reference/Reference.html

How to use: http://mobile.tutsplus.com/tutorials/iphone/previewing-and-opening-documents-with-uidocumentinteractioncontroller/

Editing: Sorry I can't help you with this one.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜