2

I am developing application similar to openoffice. I need to read/write doc ,excel , powerpoint files in this application . How can I do it ? Is there any android SDK classes for this ?

Thanks in advance !

Ramesh Solanki
  • 2,961
  • 4
  • 28
  • 44

1 Answers1

3

The SDK does not include this functionality, because file structure of excel and word files is very complicated. There are a number of libraries available:

smartoffice

jWord

jOpenDocument libraries (don't know if you can use this on android)

Franziskus Karsunke
  • 4,948
  • 3
  • 40
  • 54