Is there any sdk or kit to handle microsoft office formats in iOS?

后端 未结 1 1579
借酒劲吻你
借酒劲吻你 2021-01-23 17:53

I am working on a universal document editor, annotator and what not I am putting everything together. I am able to do almost all the stuff I want with pdf files, but what about

相关标签:
1条回答
  • 2021-01-23 18:10

    Actually there is an Library to open Excel files known as LibXLS

    to display Word documents i would recommend you to user UIWebView as it can handle word files.

    If you dont want to use UIWebView then you can use QLPreviewController for Word, PDF files and ppt files.

    Tutorial can be found here

    0 讨论(0)
提交回复
热议问题