1

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.

tshepang
  • 11,360
  • 21
  • 88
  • 132
Joker
  • 657
  • 1
  • 10
  • 26
  • 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 Answers1

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. enter image description here

Joker
  • 657
  • 1
  • 10
  • 26