I want to know how to export typed strings to a word document file.
The application I'm trying to make should be simple; User has his application on his Android phone and he types in some text.
It will have few PlainText and MultilineText text fields, in which the user will be able to type, whatever he wants.
So, when a user connects his mobile to the computer, he should be able to click some button and 'generate report'. That way, all the text he typed in should be transformed into a word doc.
Is there a way of doing this?