Android - creating word document
I want to create word
(.doc) and excel
(.xls) files on the android platform.
For excel I am able to use jexel
jar, but I am unable to find any API for word files.
Can you tell me if there are any opensource/free API for writing word files on the android platform?
People have suggested Apache-POI
but I am not able to implement it in android. Please let me know if Apache-PO开发者_JAVA百科I
really works on android or not.
Look at this thread, its java generally but it should also work on android platform What's a good Java API for creating Word documents?
精彩评论