Need advice on format output data...

A while back I thought of writing a logbook app. Now, I’m very comfortable with using json to store data generated and I’ve been thinking of start using sqlite too for this project. Creating the app or saving the data is not a problem, what I need feedback on is good and nice/pretty ways to output that data if the user wants to email or send his/her logbook to their a printer?

Any ideas?

cheers
lano78

[import]uid: 13560 topic_id: 21695 reply_id: 321695[/import]

Formatted Text as in either comma delimitered (as in CSV) so it can be opened in Excel or Numbers as a table.

Space delimited to have a fixed number of columns type report.

Both include dumping text in a formatted form to the file. [import]uid: 3826 topic_id: 21695 reply_id: 86095[/import]

@JayantV

I was thinking of some nice css and html and print that but when you say it, open in exel or numbers would be sweet. CSV is what google maps use, that would an option for/if I use maps and store long/lat for tracing the route. This app is within the same genre as RunKeeper but I don’t aim for fitness/health category, I’m more towards scuba, flying, racing etc…

I need to research some more, but keep coming with input, links and whatnot.

Thanks
lano78 [import]uid: 13560 topic_id: 21695 reply_id: 86097[/import]