How to save file as a word document in Android? -


i building application in have save text string word document.

i tried use apache poi library wasn't able create word file, providing me objects deal worksheets.

is there others free api's complete task?

apache poi should have need. looking word document creation, please find references below:

hwpf reference(.doc): poi trunk doesn't have examples xwpf do, poi scratchpad has testcases around it, please find

xwpf reference(.docx): examples apache poi svn repo

please refer following links:
writing microsoft word documents in java apache poi (part 1 – writing paragraphs)
writing microsoft word documents in java apache poi (part 2 – creating tables)

and refer poi javadocs xwpf (word document).

other libraries docx4j or java2word

source


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -