Reputation: 2926
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
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:
jOpenDocument libraries (don't know if you can use this on android)
Upvotes: 3