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

蓝咒 提交于 2019-12-04 17:09:35

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).

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

Unfortunately there are no such libraries which can embed these documents in your app while you may create your own Like for viewing PDF Java's iText Library will be perfect and similarly for others.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!