I would like to convert word and excel documents to html to show them in the browser in my android app.
I found apache poi library, but it converts practically only text without object like forms, diagrams, wordart etc. Or is it possible and I forgot something?
I found also apache tika, but when I added that library to my project I could'nt compile it because of java heap space error (I have in my eclipse.ini file set Xms768m and Xmx2048m). I tried also to load that library at runtime and tried to use dx tool, but I got outofmemory exception.
What could I do with that or is there any possibility to show office documents in the android app?