Any idea how to go about formatting the data so I can export from my app data in excel format or even a simple table would be okay, how are people getting stuff out of the phone?
This particular app is about keeping track of money, so i can pretty much turn everything into nsstrings but how do I:
A. format the strings so the fields are delimited in some way that can be parsed by a program like excel or word or something like that, and
B. what is the best way to ship that data off to users, even something simple like popping open a mail message with the created file as an attachment.
Is this approach possible. Even if its not perfect I want to be able to at least say to users, "hey you can get this data out of the app."
Thanks for the help,
Nick