centic9 / poi-on-android

A sample project that shows how Apache POI can be used in an Android application
Apache License 2.0
357 stars 89 forks source link

Can Apache POI used for document viewing purpose #34

Closed NainalChauhan closed 6 years ago

NainalChauhan commented 6 years ago

I need a help. I want to know that can we use Apache poi to render files such as .doc, .docx, .xls, .xlsx etc in android app.

centic9 commented 6 years ago

Apache POI is a library for reading information from such files, but it is not concerned with actually rendering the information, so you will need some other tool if you need a generic display, I do not know any for Android, I did not look for one yet, though.