Taking data from SQLite to Word file
My question is that how can I take the data from my database to the word file?? Or How can I convert my android activity to a word or pdf file??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Chintan RathodPosted May 20, 2013, 2:14 AM
If you want to create word document, use Apache POI to do so.
To generate PDF document, following links can be useful.