quickoffice

Embedding Office files (.doc, .ppt, .xls) in my Android App

﹥>﹥吖頭↗ 提交于 2020-01-01 19:17:39
问题 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) ? Any SDK or any API to present those without leaving to another app ? A.K.A I don't want my files & data to leave my app, but I want them be presented to the user :) 回答1: There is Apache POI. The Apache POI Project's mission is to create and maintain Java APIs for manipulating various file

Embedding Office files (.doc, .ppt, .xls) in my Android App

蓝咒 提交于 2019-12-04 17:09:35
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) ? Any SDK or any API to present those without leaving to another app ? A.K.A I don't want my files & data to leave my app, but I want them be presented to the user :) There is Apache POI . 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