4

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.

user
  • 86,916
  • 18
  • 197
  • 190
Manish
  • 668
  • 1
  • 9
  • 30

1 Answers1

2

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?

Community
  • 1
  • 1
Xavjer
  • 8,838
  • 2
  • 22
  • 42