Is there any code for reading MS Office PPT on Android?

I am looking for code to read MS Office PPT on Android, is anyone interested in code sharing?

+4
source share
3 answers

You might want to take a look at Apache POI, the Java API for Microsoft documents.

The goal of the Apache POI Project is to create and support the Java API for managing various file formats based on the Office Open XML (OOXML) and Microsoft OLE 2 Compound Document (OLE2) standards. 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/

+2
source

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

+1
source

Source: https://habr.com/ru/post/1436053/


All Articles