I am trying to conceptualize what I want to do in my application; I don't have any code yet.
Are there any tutorials / resources to read up on to create Microsoft Word type documents programmatically via Android?
Essentially I would like my program to take GPS coordinates and push them to a database. That part I can do. From there I would like to create a human readable document and export it, either as an email or uploaded to a web server. The document will have different information based on the amount of data in the database. More data would create a longer file with potentially different information being expressed.
I have seen some tutorials about creating a .txt file, but I would like to export a file with some differing justification (center / left / right) as well as changes in the font size and weights. It will pretty much be an output report of the GPS locations that would be suitable to present to my customer's bosses.
My only idea for a workaround would be to somehow create an HTML file that would be able to manipulate the text and layout to make it look more appealing. I assume there would be an easier way.
Any help is appreciated.
Thanks,
Adam



