Thaseena, depending on your requirements there are various approaches. http://code.google.com/p/g2-report-engine/wiki/AppEngineSupport (found via Google - no idea how good it is)
I'm using Docmosis for simple PDF output. http://docmosis.com/ Alternatively you'll have to use a generator for e.g. PDF or Excel or whatever you want to export as. You can also connect to Google Documents via the API, but I'm not sure how reliable that is. On Thursday, October 18, 2012 9:03:28 AM UTC+2, Thaseena Banu wrote: > > Thank you, could you help me using java language. > > On Wednesday, 17 October 2012 21:13:58 UTC+5:30, Moises Belchin wrote: >> >> If you need simple reports you can write your own reportes using PyFPDF >> to generate PDF reports for your app. >> >> http://code.google.com/p/pyfpdf/ >> >> PyFPDF is ported from php FPDF http://www.fpdf.org/ >> >> If you need manipulate big amount of data I recomend you Google BigQuery. >> >> https://developers.google.com/bigquery/ >> >> Happy coding ! >> >> Regards. >> Moisés Belchín. >> >> >> >> 2012/10/17 Barry Hunter <[email protected]> >> >>> By writing some code. >>> >>> >>> On Wed, Oct 17, 2012 at 4:12 PM, Thaseena Banu <[email protected]>wrote: >>> >>>> >>>> how do we Generate reports or print the form using GAE? >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Google App Engine" group. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msg/google-appengine/-/CXq1gltfBxsJ. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]. >>>> For more options, visit this group at >>>> http://groups.google.com/group/google-appengine?hl=en. >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google App Engine" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/google-appengine?hl=en. >>> >> >> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/Mr47Jy7j_ccJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
