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
- poi scratchpad
- javadoc hwpfdocument
- javadoc org.apache.poi.hwpf.usermodel
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).
Comments
Post a Comment