I am working on PPT VIEWER, The work i want to perform is to convert all slides to images in android. I want to know does android really support Apache POI API.If not,then what other options are present.I would be happy if you provide me a sample code[any example code] of android with Apache POI API support.
Asked
Active
Viewed 2,006 times
1
-
This discussion will help you: http://stackoverflow.com/questions/8493507/trying-to-port-apache-poi-to-android – Anirudh Jan 20 '12 at 11:11
1 Answers
0
We can certainly port Apache POI API in Android. The example code that i made is to count the number of slides in a power point presentation with the help of Apache POI.

Joker
- 715
- 1
- 14
- 31
-
2
-
yes,it takes the input and count the number of slides present in the slide – Joker Sep 03 '12 at 15:56