Ramesh Solanki
Ramesh Solanki

Reputation: 2926

how to read / write doc and excel file in android?

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 !

Upvotes: 2

Views: 5233

Answers (1)

Franziskus Karsunke
Franziskus Karsunke

Reputation: 5208

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)

Upvotes: 3

Related Questions