Running a query from App Engine program
Hi,
I'm trying to find out if I can run a query and then include the results in an email all from within an Application Engine program. I would like to send an error report (excel) at the end of my AE. I have an AE the does some data processing and I am able to send an email from the AE at the end of the process, but didn't know if it was possible to include the xls output from a query.
I would appreciate it if anyone knows of a way to do this or something similar.
Thank you