在我的Andr​​oid应用程序中嵌入Office文件(.DOC,.PPT,.​​xls的)

在我的Andr​​oid应用程序中嵌入Office文件(.DOC,.PPT,.​​xls的)

问题描述:

有没有一种方法嵌入到任何一种浏览器的(对于exapmle,Quickoffice的浏览器)
Android应用里面,为了查看/显示/编辑文档,如.DOCX,PPTX,XLSX等(Word,Excel和PowerPoint文件)?

Is there a way to embed any kind of a viewer (for exapmle, QuickOffice Viewer) inside an Android App, in order to view/show/edit Documents such as .docx, pptx, xlsx, etc. (Word, Excel, PowerPoint files) ?

任何SDK或present任何API的离开到另一个应用程序?

Any SDK or any API to present those without leaving to another app ?

A.K.A
我不希望我的文件和放大器;数据离开我的应用程序,但我想他们是psented用户$ P $:)

A.K.A I don't want my files & data to leave my app, but I want them be presented to the user :)

的Apache POI

Apache的POI项目的使命是创造和维护的Java API
  用于处理各种文件格式基于的Office Open XML
  标准(OOXML)和微软的OLE 2复合文档格式
  (OLE2)。

The Apache POI Project's mission is to create and maintain Java APIs for manipulating various file formats based upon the Office Open XML standards (OOXML) and Microsoft's OLE 2 Compound Document format (OLE2).

然后,有 阅读Aspose 它提供的API与MS Office等文件如PDF等。

Then, there is Aspose which offers APIs to work with MS Office and other documents like PDF, etc.