[appengine-java] Re: Accessing Google spreadsheet using Java

2010-11-17 Thread Vikas Hazrati
Hi, We implemented the attachment solution using the combination of Spreadhseet API and Document List API. The way we implemented the solution is blogged here http://thoughts.inphina.com/2010/11/17/mailing-google-docs-as-attachment-on-google-app-engine/ Regards | Vikas www.inphina.com On Nov 13,

[appengine-java] Re: Accessing Google spreadsheet using Java

2010-11-13 Thread Vikas Hazrati
We are directly using the spreadsheet API to manage data within the spreadsheet, that seems to work fine for us http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html Regards | Vikas www.inphina.com On Nov 1, 3:55 pm, prakhil samar wrote: > I have created a googlespreadsheetand