I have an application which is deployed on the Google App Engine. This application also works with the Google spreadsheet API to update a couple of spreadsheets.
Once the user is done with changing the spreadsheet data, I want to email the resultant spreadsheet (not the link) to the manager. Is there a way to attach the spreadsheet as an attachment ? Since the app engine supports multi-part for attachment, http://code.google.com/appengine/docs/java/mail/usingjavamail.html#Multi_Part_Messages I guess I would need to get the content of the spreadsheet back as a byte []. How can I do that? Is there any other way to approach this problem? Regards | Vikas www.inphina.com -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
