Is there any code to read MS Office PPT on Android?

回眸只為那壹抹淺笑 提交于 2019-12-05 14:42:19

You might want to take a look at Apache POI - the Java API for Microsoft Documents

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). In short, you can read and write MS Excel files using Java. In addition, you can read and write MS Word and MS PowerPoint files using Java.

http://poi.apache.org/

there are some trial library about Ms-office on Android http://code.google.com/p/android-office-demo/downloads/list

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