Android的 - 创建Word文档
我要创建Android平台上的字
(DOC)和 Excel中
(XLS)文件。
对于Excel,我可以使用 jexel
罐子,但我无法找到Word文件的API。
你能告诉我,如果有在Android平台上编写的Word文件的开源/免费API?
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?
人建议 Apache的POI
,但我不能够实现它的机器人。请让我知道,如果 Apache的POI
真的适用于Android或没有。
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.
看看这些线,其Java一般,但它也应该在Android平台工作What's一个良好的Java API来创建Word文档?
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?