1

I need my App to generate a report which can be emailed. It must be in some common format e.g. PDF or Excel or CVS.

It does not necessarily have to be graphical...it could just be text.

What is the easiest and fastest way of doing this, I am even willing to use an open source SDK or purchase one.

TheLearner
  • 19,387
  • 35
  • 95
  • 163

1 Answers1

1

Did you search stackoverflow or the web already for people talking about doing something similar?

I did, and here's some Q+As I found about generating PDFs:

PDF generation using data

Excel:

Generate a spreadsheet file on iOS that is readable both by Excel and Numbers

CSV:

How to export data to a csv file with iPhone SDK 3.0?

Community
  • 1
  • 1
occulus
  • 16,959
  • 6
  • 53
  • 76