Android - creating word document

爷,独闯天下 提交于 2019-12-10 16:56:52

问题


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-POI really works on android or not.


回答1:


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?



来源:https://stackoverflow.com/questions/7631993/android-creating-word-document

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!