[appengine-java] can we use Spreadsheet api in GAE Java?

2011-06-02 Thread Rambo
Hi friends...! Am new to Google app engine Am deploying projects in GAE using Java codes But i dont know how to use Spreadsheet api in that Can we use spreadsheet api...? If so please tell me how...? Thanks in advance. -- You received this message because you are

[appengine-java] Re: Help Me..!

2011-05-05 Thread Rambo
/ SpreadsheetService This error talk :SpreadsheetService not found... bye 2011/5/5 Rambo Hi Friends...!       Am trying to use spreadsheet service in the servlet but am getting error Here i gave code and the error msg... package guestbook; import java.io.*; import

[appengine-java] Re: Help Me..!

2011-05-04 Thread Rambo
Its installed When i tried to deploy the project, simply its shows the message that The current project is not an App Engine project.. On May 4, 11:07 am, kartik kudada kartik.kud...@gmail.com wrote: Hi Rambo, Have you installed  google plugin for eclipse? If it is installed, you

[appengine-java] Help Me..!

2011-05-03 Thread Rambo
Hi friends..! I am doing a small project in java using spreadsheet api to read and write data's in the Google spreadsheet. I finished it successfully. Now i wanna to upload it to GAE Please give me some suggestions. Thanks in Advance -- You received this message

[appengine-java] Re: Help Me..!

2011-05-03 Thread Rambo
. 2011/5/3 Rambo ramkumarpec...@gmail.com Hi friends..!    I am doing a small project in java using spreadsheet api to read and write data's in the Google spreadsheet. I finished it successfully.    Now i wanna to upload it to GAE    Please give me some suggestions

[appengine-java] how to read an empty cell from google spreadsheet using java?

2011-04-22 Thread Rambo
Hi every one! Am very much new to Google app engine I was trying to read a particular row for specified range and also trying to update it, but in that particular row if any empty cell presents, the code just skipping it. My need is to write data's to specified range even it

[appengine-java] Help Me...!

2011-04-15 Thread Rambo
Hi all! Am new to Google app engine, i don't know how to read data's from a spreadsheet... Can anyone help me with an sample example for the following spreadsheet? https://spreadsheets.google.com/ccc?key=0AlODJUitpMeRdDhjUlB4SFhlLVBrU2tzNkx2Nmd4Y3chl=en#gid=0 Thanks in advance.